-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (21 loc) · 870 Bytes
/
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
module github.com/ttab/elephant-twirptools
go 1.23.4
require (
github.com/navigacontentlab/twopdocs v0.2.7
github.com/twitchtv/twirp v8.1.3+incompatible
google.golang.org/protobuf v1.36.2
)
replace github.com/navigacontentlab/twopdocs v0.2.7 => github.com/ttab/twopdocs v0.0.0-20240112092440-ecb73af35b25
require (
github.com/getkin/kin-openapi v0.122.0 // indirect
github.com/go-openapi/jsonpointer v0.20.0 // indirect
github.com/go-openapi/swag v0.22.4 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/invopop/yaml v0.2.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/perimeterx/marshmallow v1.1.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)