-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
58 lines (55 loc) · 2.16 KB
/
go.mod
File metadata and controls
58 lines (55 loc) · 2.16 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
module github.com/invopop/client.go
go 1.24.0
require (
github.com/a-h/templ v0.3.833
github.com/foolin/goview v0.3.0
github.com/gabriel-vasile/mimetype v1.4.4
github.com/gorilla/securecookie v1.1.2
github.com/gorilla/sessions v1.4.0
github.com/invopop/configure v0.8.0
github.com/invopop/gobl v0.400.0-rc2
github.com/labstack/echo-contrib v0.17.4
github.com/labstack/echo/v4 v4.13.4
github.com/magefile/mage v1.15.0
github.com/nats-io/nats.go v1.43.0
github.com/rs/zerolog v1.34.0
github.com/stretchr/testify v1.10.0
gitlab.com/flimzy/testy v0.14.0
golang.org/x/sync v0.19.0
google.golang.org/protobuf v1.36.6
resty.dev/v3 v3.0.0-beta.3
)
require (
cloud.google.com/go v0.116.0 // indirect
github.com/Masterminds/semver/v3 v3.3.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/expr-lang/expr v1.17.8 // indirect
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/context v1.1.2 // indirect
github.com/invopop/jsonschema v0.13.1-0.20260331224545-b36d455c19d3 // indirect
github.com/invopop/yaml v0.3.1 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/nats-io/nkeys v0.4.11 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
golang.org/x/crypto v0.47.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/text v0.33.0 // indirect
golang.org/x/time v0.11.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)