25 lines
780 B
Modula-2
25 lines
780 B
Modula-2
module forge.cadoles.com/wpetit/guesstimate
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/asdine/storm/v3 v3.1.1
|
|
github.com/caarlos0/env/v6 v6.2.1
|
|
github.com/go-chi/chi v4.1.1+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
gitlab.com/wpetit/goweb v0.0.0-20200418152305-76dea96a46ce
|
|
gopkg.in/evanphx/json-patch.v4 v4.5.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.3.4 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/stretchr/testify v1.7.1-0.20210427113832-6241f9ab9942 // indirect
|
|
go.etcd.io/bbolt v1.3.4 // indirect
|
|
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|