Skip to content

Commit

Permalink
build(go.mod): change Go version to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
DasPoet committed Aug 26, 2021
1 parent 45fbbf8 commit 0086189
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
module github.com/gompus/snowflake

go 1.16
go 1.17

require github.com/stretchr/testify v1.7.0

require (
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

0 comments on commit 0086189

Please sign in to comment.