22 lines
751 B
Modula-2
22 lines
751 B
Modula-2
module git.deuxfleurs.fr/deuxfleurs/albatros
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.15.1
|
|
github.com/hashicorp/nomad/api v0.0.0-20230314144600-1a01e8719272
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/hashicorp/cronexpr v1.1.1 // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
github.com/hashicorp/go-version v1.2.1 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230108222341-4b8118a2686a // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|