Skip to content

Commit

Permalink
fix go.mod
Browse files Browse the repository at this point in the history
fix go.mod
  • Loading branch information
oke11o committed Jan 24, 2024
1 parent b8c98b5 commit 6d5317f
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 1,025 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/yandex/pandora

go 1.19
go 1.21

require (
github.com/PaesslerAG/jsonpath v0.1.1
Expand All @@ -25,7 +25,7 @@ require (
go.uber.org/atomic v1.11.0
go.uber.org/zap v1.26.0
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
golang.org/x/net v0.18.0
golang.org/x/net v0.19.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
google.golang.org/grpc v1.58.2
google.golang.org/protobuf v1.31.0
Expand Down Expand Up @@ -78,8 +78,9 @@ require (
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.14.1-0.20231026192422-8b5abd452b28 // indirect
golang.org/x/tools v0.16.1 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
Expand Down
Loading

0 comments on commit 6d5317f

Please sign in to comment.