2023-02-17 15:43:23 -05:00
|
|
|
module git.agecem.com/agecem/babillard
|
|
|
|
|
2023-12-04 19:05:56 -05:00
|
|
|
go 1.21.3
|
2023-11-29 17:44:27 -05:00
|
|
|
|
2023-12-04 19:05:56 -05:00
|
|
|
toolchain go1.21.4
|
2023-02-17 15:43:23 -05:00
|
|
|
|
|
|
|
require (
|
2023-12-04 21:26:50 -05:00
|
|
|
codeberg.org/vlbeaudoin/couleuvre v0.10.0
|
2023-11-29 17:31:11 -05:00
|
|
|
github.com/labstack/echo/v4 v4.11.3
|
2023-11-29 17:44:27 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-12-04 19:05:56 -05:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2023-11-29 17:44:27 -05:00
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
2023-12-04 19:05:56 -05:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2023-11-29 17:31:11 -05:00
|
|
|
github.com/labstack/gommon v0.4.1 // indirect
|
2023-11-29 17:44:27 -05:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2023-12-04 19:05:56 -05:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2023-11-29 17:44:27 -05:00
|
|
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
|
|
golang.org/x/crypto v0.16.0 // indirect
|
|
|
|
golang.org/x/net v0.19.0 // indirect
|
|
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
|
|
|
golang.org/x/time v0.5.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2023-02-17 15:43:23 -05:00
|
|
|
)
|