mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-20 07:12:48 +00:00
11 lines
215 B
Modula-2
11 lines
215 B
Modula-2
module github.com/nais/wonderwall
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
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
|
|
)
|