mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-07 08:57:07 +00:00
13 lines
292 B
Modula-2
13 lines
292 B
Modula-2
module github.com/nais/wonderwall
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-chi/chi v1.5.4 // indirect
|
|
github.com/nais/liberator v0.0.0-20210809103005-edb0141d646d
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.8.1
|
|
gopkg.in/square/go-jose.v2 v2.2.2
|
|
)
|