diff options
| author | 2021-03-03 11:28:28 +0100 | |
|---|---|---|
| committer | 2021-03-03 11:28:28 +0100 | |
| commit | b8e0f33c35cc5b52bc83b6cb80b375052d4c6722 (patch) | |
| tree | 714eed7f2bcda29fbc780a268da3d124588d8e2d /go.mod | |
| parent | More messing around (diff) | |
| download | gotosocial-b8e0f33c35cc5b52bc83b6cb80b375052d4c6722.tar.xz | |
start the service using a cli
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ require ( github.com/onsi/gomega v1.10.5 // indirect github.com/sirupsen/logrus v1.8.0 github.com/stretchr/testify v1.7.0 // indirect + github.com/urfave/cli/v2 v2.3.0 // indirect golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect golang.org/x/sys v0.0.0-20210301091718-77cc2087c03b // indirect |
