sliproad/go.mod
Gabriel Simmer dad608edbc Embed web assets into binary.
Theorectically, this means that the entire binary is now self contained,
minus the need for the config file. Ripped out the redundant static file
directives and root handler while I was at it.
2021-05-23 17:31:57 +01:00

13 lines
309 B
Modula-2

module github.com/gmemstr/nas
go 1.16
require (
github.com/Nerzal/gocloak/v5 v5.1.0
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/gorilla/mux v1.7.4
github.com/kr/pretty v0.2.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)