diff options
author | Ben Burwell <ben@benburwell.com> | 2019-09-13 14:49:08 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2019-09-13 14:58:57 -0400 |
commit | d4eebc634e4edaa9a8789fd7e3877b4d56423293 (patch) | |
tree | 4044f97bcfc22677382b56727d1ecb240ad87f6c /go.mod |
initial commit0.1.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module git.sr.ht/~benburwell/goredir + +go 1.13 + +require github.com/virtyx-technologies/readenv v0.1.0 |