v1.0.3 - oppdatering av eksterne pakker
This commit is contained in:
10
go.mod
10
go.mod
@@ -1,10 +1,10 @@
|
||||
module ti1
|
||||
|
||||
go 1.23.4
|
||||
|
||||
require github.com/lib/pq v1.10.9
|
||||
go 1.26.0
|
||||
|
||||
require (
|
||||
github.com/valkey-io/valkey-go v1.0.52 // indirect
|
||||
golang.org/x/sys v0.24.0 // indirect
|
||||
github.com/lib/pq v1.11.2
|
||||
github.com/valkey-io/valkey-go v1.0.71
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.41.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user