wip
This commit is contained in:
11
go.mod
11
go.mod
@@ -1,11 +1,12 @@
|
||||
module GoMembership
|
||||
|
||||
go 1.18
|
||||
go 1.22.2
|
||||
|
||||
require (
|
||||
github.com/gorilla/mux v1.8.0
|
||||
golang.org/x/crypto v0.0.0-20220411214040-896ed404bb0e
|
||||
github.com/go-sql-driver/mysql v1.8.1
|
||||
github.com/gorilla/mux v1.8.1
|
||||
github.com/mattn/go-sqlite3 v1.14.22
|
||||
golang.org/x/crypto v0.24.0
|
||||
)
|
||||
|
||||
replace golang.org/x/crypto => golang.org/x/crypto v0.0.0-20220411214040-896ed404bb0e
|
||||
|
||||
require filippo.io/edwards25519 v1.1.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user