29 lines
876 B
Modula-2
29 lines
876 B
Modula-2
module nf-repo
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/glebarez/sqlite v1.11.0
|
|
github.com/google/go-containerregistry v0.19.1
|
|
github.com/loveuer/nf v0.1.6
|
|
github.com/samber/lo v1.39.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
gorm.io/gorm v1.25.9
|
|
)
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/glebarez/go-sqlite v1.21.2 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
modernc.org/libc v1.22.5 // indirect
|
|
modernc.org/mathutil v1.5.0 // indirect
|
|
modernc.org/memory v1.5.0 // indirect
|
|
modernc.org/sqlite v1.23.1 // indirect
|
|
)
|