Bump to go1.17 (#553)

This commit is contained in:
Nate Brown
2021-10-21 16:24:11 -05:00
committed by GitHub
parent 97afe2ec48
commit 32cd9a93f1
31 changed files with 81 additions and 47 deletions

12
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/slackhq/nebula
go 1.16
go 1.17
require (
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239
@@ -33,3 +33,13 @@ require (
google.golang.org/protobuf v1.26.0
gopkg.in/yaml.v2 v2.2.7
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/common v0.7.0 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)