blob: 9c06a8ad3842008ae72999c7b06c7ddfe2ce2b1c [file] [log] [blame]
Akronde331792023-01-10 11:36:15 +01001module github.com/KorAP/Kalamar-Plugin-ExternalResources
Akrone2161562022-12-19 17:05:39 +01002
3go 1.19
4
5require (
6 github.com/dgraph-io/badger/v3 v3.2103.5
7 github.com/gin-gonic/gin v1.8.1
dependabot[bot]7d0f2572023-02-23 08:19:47 +00008 github.com/joho/godotenv v1.5.1
Akron65503a32023-01-02 12:38:32 +01009 github.com/mattn/go-jsonpointer v0.0.1
Akrone2161562022-12-19 17:05:39 +010010 github.com/stretchr/testify v1.7.1
11)
12
13require (
14 github.com/cespare/xxhash v1.1.0 // indirect
15 github.com/cespare/xxhash/v2 v2.1.1 // indirect
16 github.com/davecgh/go-spew v1.1.1 // indirect
17 github.com/dgraph-io/ristretto v0.1.1 // indirect
18 github.com/dustin/go-humanize v1.0.0 // indirect
19 github.com/gin-contrib/sse v0.1.0 // indirect
20 github.com/go-playground/locales v0.14.0 // indirect
21 github.com/go-playground/universal-translator v0.18.0 // indirect
22 github.com/go-playground/validator/v10 v10.10.0 // indirect
23 github.com/goccy/go-json v0.9.7 // indirect
24 github.com/gogo/protobuf v1.3.2 // indirect
25 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
26 github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
27 github.com/golang/protobuf v1.5.0 // indirect
28 github.com/golang/snappy v0.0.3 // indirect
29 github.com/google/flatbuffers v1.12.1 // indirect
Akrone2161562022-12-19 17:05:39 +010030 github.com/json-iterator/go v1.1.12 // indirect
31 github.com/klauspost/compress v1.12.3 // indirect
32 github.com/leodido/go-urn v1.2.1 // indirect
33 github.com/mattn/go-isatty v0.0.14 // indirect
34 github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
35 github.com/modern-go/reflect2 v1.0.2 // indirect
36 github.com/pelletier/go-toml/v2 v2.0.1 // indirect
37 github.com/pkg/errors v0.9.1 // indirect
38 github.com/pmezard/go-difflib v1.0.0 // indirect
39 github.com/ugorji/go/codec v1.2.7 // indirect
40 go.opencensus.io v0.22.5 // indirect
Akrond7faff82023-02-18 15:08:48 +010041 golang.org/x/crypto v0.6.0 // indirect
42 golang.org/x/net v0.7.0 // indirect
43 golang.org/x/sys v0.5.0 // indirect
44 golang.org/x/text v0.7.0 // indirect
Akrone2161562022-12-19 17:05:39 +010045 google.golang.org/protobuf v1.28.0 // indirect
46 gopkg.in/yaml.v2 v2.4.0 // indirect
47 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
48)