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.15.0
|
|
github.com/labstack/gommon v0.4.2
|
|
github.com/mileusna/useragent v1.3.5
|
|
golang.org/x/net v0.49.0
|
|
modernc.org/sqlite v1.44.3
|
|
)
|
|
|
|
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.47.0 // indirect
|
|
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
golang.org/x/text v0.33.0 // indirect
|
|
golang.org/x/time v0.14.0 // indirect
|
|
modernc.org/libc v1.67.7 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.11.0 // indirect
|
|
)
|