Skip to content

Commit 7caffc5

Browse files
dependabot-preview[bot]toshimaru
authored andcommitted
Bump github.com/alecthomas/chroma from 0.6.6 to 0.6.7 (#46)
* Bump github.com/alecthomas/chroma from 0.6.6 to 0.6.7 Bumps [github.com/alecthomas/chroma](https://github.com/alecthomas/chroma) from 0.6.6 to 0.6.7. - [Release notes](https://github.com/alecthomas/chroma/releases) - [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml) - [Commits](alecthomas/chroma@v0.6.6...v0.6.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Update go.yml
1 parent 1f5953e commit 7caffc5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
name: Go
1+
name: Go Build & Test
22
on:
33
push:
44
branches:
55
- "*"
66
tags:
77
- "!*"
8+
pull_request:
9+
branches:
10+
- '*'
811
jobs:
912
build:
1013
strategy:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/toshimaru/nyan
33
go 1.13
44

55
require (
6-
github.com/alecthomas/chroma v0.6.6
6+
github.com/alecthomas/chroma v0.6.7
77
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
88
github.com/dlclark/regexp2 v1.1.8 // indirect
99
github.com/mattn/go-colorable v0.1.2

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 h1:smF2tmSOzy2Mm
66
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38/go.mod h1:r7bzyVFMNntcxPZXK3/+KdruV1H5KSlyVY0gc+NgInI=
77
github.com/alecthomas/chroma v0.6.6 h1:AwWMP1sWgMNgEiptNtV/T5GWOLtZFDdrc2ZfWx1ogmg=
88
github.com/alecthomas/chroma v0.6.6/go.mod h1:zVlgtbRS7BJDrDY9SB238RmpoCBCYFlLmcfZ3durxTk=
9+
github.com/alecthomas/chroma v0.6.7 h1:1hKci+AyKOxJrugR9veaocu9DQGR2/GecI72BpaO0Rg=
10+
github.com/alecthomas/chroma v0.6.7/go.mod h1:zVlgtbRS7BJDrDY9SB238RmpoCBCYFlLmcfZ3durxTk=
911
github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 h1:JHZL0hZKJ1VENNfmXvHbgYlbUOvpzYzvy2aZU5gXVeo=
1012
github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721/go.mod h1:QO9JBoKquHd+jz9nshCh40fOfO+JzsoXy8qTHF68zU0=
1113
github.com/alecthomas/kong v0.1.17-0.20190424132513-439c674f7ae0/go.mod h1:+inYUSluD+p4L8KdviBSgzcqEjUQOfC5fQDRFuc36lI=

0 commit comments

Comments
 (0)