We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea37535 commit 2599df7Copy full SHA for 2599df7
go.mod
@@ -1,3 +1,8 @@
1
module github.com/celer-network/pb3-gen-sol
2
3
-require github.com/golang/protobuf v1.2.0
+go 1.15
4
+
5
+require (
6
+ github.com/golang/protobuf v1.2.0
7
+ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
8
+)
go.sum
@@ -1,2 +1,4 @@
github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM=
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
+golang.org/x/sync v0.0.0-20210220032951-036812b2e83c h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=
+golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
0 commit comments