13 lines
248 B
AMPL
13 lines
248 B
AMPL
module git.send.nrw/sendnrw/dockwatch
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/creack/pty v1.1.24
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/coreos/go-oidc/v3 v3.20.0
|
|
golang.org/x/oauth2 v0.36.0
|
|
modernc.org/sqlite v1.57.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|