Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
33 lines
1.1 KiB
Modula-2
33 lines
1.1 KiB
Modula-2
module knet.sk
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/golang-migrate/migrate/v4 v4.19.1
|
|
github.com/labstack/echo/v4 v4.14.0
|
|
github.com/labstack/gommon v0.4.2
|
|
github.com/mileusna/useragent v1.3.5
|
|
golang.org/x/net v0.48.0
|
|
modernc.org/sqlite v1.41.0
|
|
)
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/ncruces/go-strftime v1.0.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/stretchr/testify v1.11.1 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
golang.org/x/crypto v0.46.0 // indirect
|
|
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
golang.org/x/text v0.32.0 // indirect
|
|
golang.org/x/time v0.14.0 // indirect
|
|
modernc.org/libc v1.67.1 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.11.0 // indirect
|
|
)
|