21 lines
443 B
Modula-2
21 lines
443 B
Modula-2
module go-nkode
|
|
|
|
go 1.22.0
|
|
|
|
toolchain go1.23.0
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
|
github.com/stretchr/testify v1.9.0
|
|
golang.org/x/crypto v0.26.0
|
|
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|