Skip to content

Commit

Permalink
bump: bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
dtomasi committed Aug 30, 2021
1 parent 976cc7c commit b337f50
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
7 changes: 6 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dtomasi/gocc

go 1.16
go 1.17

require (
github.com/davecgh/go-spew v1.1.1 // indirect
Expand All @@ -9,3 +9,8 @@ require (
github.com/stretchr/testify v1.7.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)

require (
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
5 changes: 0 additions & 5 deletions vendor/gopkg.in/yaml.v3/go.mod

This file was deleted.

6 changes: 4 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@
## explicit
github.com/davecgh/go-spew/spew
# github.com/kr/pretty v0.2.0
## explicit
## explicit; go 1.12
# github.com/pkg/errors v0.9.1
## explicit
github.com/pkg/errors
# github.com/pmezard/go-difflib v1.0.0
## explicit
github.com/pmezard/go-difflib/difflib
# github.com/stretchr/testify v1.7.0
## explicit
## explicit; go 1.13
github.com/stretchr/testify/assert
# gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
## explicit
# gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
## explicit
gopkg.in/yaml.v3

0 comments on commit b337f50

Please sign in to comment.