gsave/go.mod
Augusto Dwenger 461f4b4c94 Add required flag for the token
The default flag parsing engine from go was replaced by the the package
github.com/gessevdk/go-flags. It provides more options to parse flags
from the program args and from env vars.
2020-11-11 11:01:13 +01:00

11 lines
199 B
Modula-2

module github.com/hamburghammer/gsave
go 1.15
require (
github.com/gorilla/mux v1.8.0
github.com/jessevdk/go-flags v1.4.0
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.6.1
)