mirror of
https://github.com/hamburghammer/gsave.git
synced 2025-01-24 06:26:50 +01:00
461f4b4c94
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.
10 lines
199 B
Modula-2
10 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
|
|
)
|