diff options
| author | 2021-03-03 18:12:02 +0100 | |
|---|---|---|
| committer | 2021-03-03 18:12:02 +0100 | |
| commit | 54c4b8de203e023b63bffb65b40b9f15d1b4b102 (patch) | |
| tree | fbf78a5f84c9149023d09681fee7085925f383cc /go.mod | |
| parent | start the service using a cli (diff) | |
| download | gotosocial-54c4b8de203e023b63bffb65b40b9f15d1b4b102.tar.xz | |
further yak shaving
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ require ( github.com/golang/protobuf v1.4.3 // indirect github.com/google/go-cmp v0.5.4 // indirect github.com/jinzhu/inflection v1.0.0 // indirect + github.com/namsral/flag v1.7.4-pre // indirect github.com/onsi/ginkgo v1.15.0 // indirect github.com/onsi/gomega v1.10.5 // indirect github.com/sirupsen/logrus v1.8.0 |
