diff options
author | Ben Burwell <ben@benburwell.com> | 2019-09-17 13:21:20 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2019-09-17 13:21:20 -0400 |
commit | 7a96c50022405b5c01c8b3a58966655dcb5bf754 (patch) | |
tree | b99c05bfdef623623faec396b99742bf68b4250f /go.mod | |
parent | d4eebc634e4edaa9a8789fd7e3877b4d56423293 (diff) |
Use a TOML file for configuration0.1.1
A configuration file is more suitable for packaging than environment
variables.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ module git.sr.ht/~benburwell/goredir go 1.13 -require github.com/virtyx-technologies/readenv v0.1.0 +require github.com/BurntSushi/toml v0.3.1 |