-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
28 lines (26 loc) · 1.02 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/setnicka/shrecker
go 1.15
require (
github.com/Songmu/prompter v0.5.0
github.com/boombuler/barcode v1.0.1
github.com/coreos/go-log v0.0.0-20180308165134-b22fd89e1882
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
github.com/go-chi/chi v1.5.4
github.com/go-chi/render v1.0.1
github.com/go-ini/ini v1.62.0
github.com/gopherjs/gopherjs v0.0.0-20210413103415-7d3cbed7d026 // indirect
github.com/gorilla/csrf v1.7.0
github.com/gorilla/sessions v1.2.1
github.com/jmoiron/sqlx v1.3.3
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/lib/pq v1.10.0
github.com/pkg/errors v0.9.1
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/setnicka/sqlxpp v0.2.0
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/urfave/cli v1.22.5
golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect
golang.org/x/term v0.0.0-20210406210042-72f3dc4e9b72 // indirect
golang.org/x/text v0.3.3
gopkg.in/ini.v1 v1.62.0 // indirect
)