-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 887 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 887 Bytes
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
module github.com/exaring/bulk-loagen
go 1.20
require (
github.com/alecthomas/kong v0.8.1
github.com/alecthomas/kong-yaml v0.2.0
github.com/go-chi/chi/v5 v5.0.10
github.com/johnfercher/maroto v1.0.0
github.com/netbox-community/go-netbox/v4 v4.2.2-3
go.uber.org/zap v1.26.0
)
require (
github.com/boombuler/barcode v1.0.1 // indirect
github.com/google/uuid v1.4.0 // indirect
github.com/jung-kurt/gofpdf v1.16.2 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/ruudk/golang-pdf417 v0.0.0-20201230142125-a7e3863a1245 // indirect
github.com/stretchr/objx v0.5.1 // indirect
github.com/stretchr/testify v1.8.4 // indirect
go.uber.org/goleak v1.3.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)