diff options
| author | Felix Hanley <felix@userspace.com.au> | 2020-02-19 02:18:34 +0000 |
|---|---|---|
| committer | Felix Hanley <felix@userspace.com.au> | 2020-02-19 02:18:34 +0000 |
| commit | 1be2ae83ad4f6aaada4124373028f3ea730b1514 (patch) | |
| tree | 82a205b91413b13d4785c49ba6705b2cb8ac2adc /go.mod | |
| parent | 7347709f62b5adeaf5f6e3aca694dab551acdc99 (diff) | |
| download | sws-1be2ae83ad4f6aaada4124373028f3ea730b1514.tar.gz sws-1be2ae83ad4f6aaada4124373028f3ea730b1514.tar.bz2 | |
Clean up go.mod
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,17 +1,22 @@ module src.userspace.com.au/sws require ( + github.com/blend/go-sdk v2.0.0+incompatible // indirect + github.com/cockroachdb/apd v1.1.0 // indirect github.com/go-chi/chi v4.0.3+incompatible + github.com/gofrs/uuid v3.2.0+incompatible // indirect github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect + github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect github.com/jackc/pgx v3.6.2+incompatible github.com/jmoiron/sqlx v1.2.0 github.com/mattn/go-sqlite3 v2.0.3+incompatible github.com/pkg/errors v0.9.1 // indirect + github.com/shopspring/decimal v0.0.0-20200105231215-408a2507e114 // indirect github.com/speps/go-hashids v2.0.0+incompatible github.com/wcharczuk/go-chart v2.0.1+incompatible golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6 // indirect golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect - golang.org/x/text v0.3.2 // indirect + google.golang.org/appengine v1.6.5 // indirect src.userspace.com.au/go-migrate v0.0.0-20200208102934-cf11cf76db3f src.userspace.com.au/templates v0.0.0-20200219010204-50adadd75f25 ) |
