diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +module github.com/majewsky/schwift + +go 1.16 + +require ( + github.com/gophercloud/gophercloud v0.17.0 + github.com/gophercloud/utils v0.0.0-20210323225332-7b186010c04f + github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 +) |
