diff options
| author | Stefan Majewsky <stefan.majewsky@sap.com> | 2021-05-28 14:27:59 +0200 |
|---|---|---|
| committer | Stefan Majewsky <stefan.majewsky@sap.com> | 2021-05-28 14:44:42 +0200 |
| commit | 651cd5a02f2f9cce3d9f256bfa85553b8e17c3a0 (patch) | |
| tree | 9bffcfa33d8ebb1b84aa69e4cc297d2b178cd4c1 /go.mod | |
| parent | f5332c147be25b138294151b3dd57ec4e0f28e26 (diff) | |
| download | go-schwift-651cd5a02f2f9cce3d9f256bfa85553b8e17c3a0.tar.gz | |
use Go modules, update Makefile to my current conventions
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 +) |
