30 lines
938 B
Modula-2
30 lines
938 B
Modula-2
|
module forge.cadoles.com/wpetit/clearcase
|
||
|
|
||
|
go 1.23.1
|
||
|
|
||
|
require (
|
||
|
github.com/a-h/templ v0.3.819
|
||
|
github.com/caarlos0/env/v11 v11.2.2
|
||
|
github.com/gabriel-vasile/mimetype v1.4.7
|
||
|
github.com/gorilla/sessions v1.1.1
|
||
|
github.com/markbates/goth v1.80.0
|
||
|
github.com/pkg/errors v0.9.1
|
||
|
github.com/samber/slog-http v1.4.4
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
cloud.google.com/go/compute v1.20.1 // indirect
|
||
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
||
|
github.com/golang/protobuf v1.5.4 // indirect
|
||
|
github.com/google/uuid v1.6.0 // indirect
|
||
|
github.com/gorilla/context v1.1.1 // indirect
|
||
|
github.com/gorilla/mux v1.6.2 // indirect
|
||
|
github.com/gorilla/securecookie v1.1.1 // indirect
|
||
|
go.opentelemetry.io/otel v1.29.0 // indirect
|
||
|
go.opentelemetry.io/otel/trace v1.29.0 // indirect
|
||
|
golang.org/x/net v0.33.0 // indirect
|
||
|
golang.org/x/oauth2 v0.17.0 // indirect
|
||
|
google.golang.org/appengine v1.6.8 // indirect
|
||
|
google.golang.org/protobuf v1.34.1 // indirect
|
||
|
)
|