chore: update modules and work files
This commit is contained in:
parent
abf8a8fc89
commit
3a5b8b778a
3 changed files with 10 additions and 0 deletions
5
4generics/go.mod
Normal file
5
4generics/go.mod
Normal file
|
@ -0,0 +1,5 @@
|
|||
module tmp
|
||||
|
||||
go 1.21.0
|
||||
|
||||
require golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
|
2
4generics/go.sum
Normal file
2
4generics/go.sum
Normal file
|
@ -0,0 +1,2 @@
|
|||
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 h1:m64FZMko/V45gv0bNmrNYoDEq8U5YUhetc9cBWKS1TQ=
|
||||
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63/go.mod h1:0v4NqG35kSWCMzLaMeX+IQrlSnVE/bqGSyC2cz/9Le8=
|
3
go.work.sum
Normal file
3
go.work.sum
Normal file
|
@ -0,0 +1,3 @@
|
|||
github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
|
||||
golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
|
||||
golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
Loading…
Reference in a new issue