diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +module go.awhk.org/fwdsms + +go 1.15 + +require ( + github.com/gorilla/handlers v1.5.1 + github.com/stretchr/testify v1.6.1 + golang.org/x/sys v0.0.0-20201126233918-771906719818 + gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 +) |
