Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
krockpot authored Jan 4, 2024
1 parent 198881b commit c7676c8
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
module github.com/pinterest/knox

go 1.14
go 1.21.5

require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/tink/go v1.6.1
github.com/gorilla/context v1.1.1
github.com/gorilla/mux v1.8.0
golang.org/x/crypto v0.1.0
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/fsnotify.v1 v1.4.7
github.com/golang/protobuf v1.5.2
github.com/google/tink/go v1.6.1
github.com/gorilla/context v1.1.1
github.com/gorilla/mux v1.8.0
golang.org/x/crypto v0.1.0
gopkg.in/fsnotify.v1 v1.4.7
)

require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/google/go-cmp v0.5.6 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/term v0.1.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)

0 comments on commit c7676c8

Please sign in to comment.