blob: 088c1299c2fbacfc250f41f91d4725440aca30df [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
dependabot[bot]8946b0a2023-02-23 08:19:50 +00007 github.com/gin-gonic/gin v1.9.0
dependabot[bot]e7c3b862023-02-27 17:11:39 +00008 github.com/joho/godotenv v1.5.1
Akron65503a32023-01-02 12:38:32 +01009 github.com/mattn/go-jsonpointer v0.0.1
dependabot[bot]e7c3b862023-02-27 17:11:39 +000010 github.com/stretchr/testify v1.8.2
Akrone2161562022-12-19 17:05:39 +010011)
12
13require (
Akron55c27032023-02-28 09:07:08 +010014 github.com/bytedance/sonic v1.8.2 // indirect
Akrone2161562022-12-19 17:05:39 +010015 github.com/cespare/xxhash v1.1.0 // indirect
Akron55c27032023-02-28 09:07:08 +010016 github.com/cespare/xxhash/v2 v2.2.0 // indirect
dependabot[bot]8946b0a2023-02-23 08:19:50 +000017 github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
Akrone2161562022-12-19 17:05:39 +010018 github.com/davecgh/go-spew v1.1.1 // indirect
19 github.com/dgraph-io/ristretto v0.1.1 // indirect
Akron55c27032023-02-28 09:07:08 +010020 github.com/dustin/go-humanize v1.0.1 // indirect
Akrone2161562022-12-19 17:05:39 +010021 github.com/gin-contrib/sse v0.1.0 // indirect
dependabot[bot]8946b0a2023-02-23 08:19:50 +000022 github.com/go-playground/locales v0.14.1 // indirect
23 github.com/go-playground/universal-translator v0.18.1 // indirect
24 github.com/go-playground/validator/v10 v10.11.2 // indirect
25 github.com/goccy/go-json v0.10.0 // indirect
Akrone2161562022-12-19 17:05:39 +010026 github.com/gogo/protobuf v1.3.2 // indirect
Akron55c27032023-02-28 09:07:08 +010027 github.com/golang/glog v1.0.0 // indirect
28 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
29 github.com/golang/protobuf v1.5.2 // indirect
30 github.com/golang/snappy v0.0.4 // indirect
31 github.com/google/flatbuffers v23.1.21+incompatible // indirect
Akrone2161562022-12-19 17:05:39 +010032 github.com/json-iterator/go v1.1.12 // indirect
Akron55c27032023-02-28 09:07:08 +010033 github.com/klauspost/compress v1.16.0 // indirect
34 github.com/klauspost/cpuid/v2 v2.2.4 // indirect
35 github.com/leodido/go-urn v1.2.2 // indirect
dependabot[bot]8946b0a2023-02-23 08:19:50 +000036 github.com/mattn/go-isatty v0.0.17 // indirect
Akron55c27032023-02-28 09:07:08 +010037 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
Akrone2161562022-12-19 17:05:39 +010038 github.com/modern-go/reflect2 v1.0.2 // indirect
dependabot[bot]8946b0a2023-02-23 08:19:50 +000039 github.com/pelletier/go-toml/v2 v2.0.6 // indirect
Akrone2161562022-12-19 17:05:39 +010040 github.com/pkg/errors v0.9.1 // indirect
41 github.com/pmezard/go-difflib v1.0.0 // indirect
dependabot[bot]8946b0a2023-02-23 08:19:50 +000042 github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
Akron55c27032023-02-28 09:07:08 +010043 github.com/ugorji/go/codec v1.2.10 // indirect
44 go.opencensus.io v0.24.0 // indirect
45 golang.org/x/arch v0.2.0 // indirect
Akrond7faff82023-02-18 15:08:48 +010046 golang.org/x/crypto v0.6.0 // indirect
47 golang.org/x/net v0.7.0 // indirect
48 golang.org/x/sys v0.5.0 // indirect
49 golang.org/x/text v0.7.0 // indirect
dependabot[bot]8946b0a2023-02-23 08:19:50 +000050 google.golang.org/protobuf v1.28.1 // indirect
51 gopkg.in/yaml.v3 v3.0.1 // indirect
Akrone2161562022-12-19 17:05:39 +010052)