-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
24 lines (22 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
module github.com/opsway/documents
go 1.16
require (
github.com/SebastiaanKlippert/go-wkhtmltopdf v1.4.0
github.com/flosch/pongo2 v0.0.0-20200913210552-0d938eb266f3
github.com/go-swagger/go-swagger v0.30.3 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20210822113901-9ebd50d28389 // indirect
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.7.0
github.com/imdario/mergo v0.3.13 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac // indirect
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/afero v1.9.2 // indirect
github.com/spf13/viper v1.13.0 // indirect
go.mongodb.org/mongo-driver v1.10.2 // indirect
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
golang.org/x/net v0.0.0-20220927171203-f486391704dc // indirect
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
)