Skip to content

Commit

Permalink
Merge pull request #18 from kei2100/upd-gomod
Browse files Browse the repository at this point in the history
build: go mod tidy --go=1.17
  • Loading branch information
kei2100 committed Aug 23, 2021
2 parents a21cdaf + 1da9c44 commit 6f6627e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'
- uses: arduino/setup-protoc@master
with:
version: '3.13.0'
Expand Down
11 changes: 10 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kei2100/protoc-gen-marshal-zap

go 1.13
go 1.17

require (
github.com/golang/protobuf v1.4.2
Expand All @@ -10,3 +10,12 @@ require (
go.uber.org/zap v1.14.1
google.golang.org/protobuf v1.25.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/atomic v1.6.0 // indirect
go.uber.org/multierr v1.5.0 // indirect
golang.org/x/text v0.3.3 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)

0 comments on commit 6f6627e

Please sign in to comment.