Updated deps
This commit is contained in:
10
go.mod
10
go.mod
@@ -3,11 +3,11 @@ module git.crumpington.com/lib/go
|
||||
go 1.25.1
|
||||
|
||||
require (
|
||||
github.com/lib/pq v1.10.9
|
||||
github.com/lib/pq v1.12.3
|
||||
github.com/mailgun/mailgun-go/v4 v4.23.0
|
||||
github.com/mattn/go-sqlite3 v1.14.32
|
||||
golang.org/x/crypto v0.42.0
|
||||
golang.org/x/net v0.44.0
|
||||
github.com/mattn/go-sqlite3 v1.14.45
|
||||
golang.org/x/crypto v0.53.0
|
||||
golang.org/x/net v0.56.0
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -16,5 +16,5 @@ require (
|
||||
github.com/mailgun/errors v0.4.0 // indirect
|
||||
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
||||
github.com/modern-go/reflect2 v1.0.2 // indirect
|
||||
golang.org/x/text v0.29.0 // indirect
|
||||
golang.org/x/text v0.38.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user