blob: 2e70ea1bba9f9f139e4d6ddf17aa74f2d36e5b06 [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]7d0f2572023-02-23 08:19:47 +00007 github.com/joho/godotenv v1.5.1
dependabot[bot]8946b0a2023-02-23 08:19:50 +00008 github.com/gin-gonic/gin v1.9.0
Akron65503a32023-01-02 12:38:32 +01009 github.com/mattn/go-jsonpointer v0.0.1
dependabot[bot]8946b0a2023-02-23 08:19:50 +000010 github.com/stretchr/testify v1.8.1
Akrone2161562022-12-19 17:05:39 +010011)
12
13require (
dependabot[bot]8946b0a2023-02-23 08:19:50 +000014 github.com/bytedance/sonic v1.8.0 // indirect
Akrone2161562022-12-19 17:05:39 +010015 github.com/cespare/xxhash v1.1.0 // indirect
16 github.com/cespare/xxhash/v2 v2.1.1 // 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
20 github.com/dustin/go-humanize v1.0.0 // indirect
21 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
27 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
28 github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
29 github.com/golang/protobuf v1.5.0 // indirect
30 github.com/golang/snappy v0.0.3 // indirect
31 github.com/google/flatbuffers v1.12.1 // indirect
Akrone2161562022-12-19 17:05:39 +010032 github.com/json-iterator/go v1.1.12 // indirect
33 github.com/klauspost/compress v1.12.3 // indirect
dependabot[bot]8946b0a2023-02-23 08:19:50 +000034 github.com/klauspost/cpuid/v2 v2.0.9 // indirect
Akrone2161562022-12-19 17:05:39 +010035 github.com/leodido/go-urn v1.2.1 // indirect
dependabot[bot]8946b0a2023-02-23 08:19:50 +000036 github.com/mattn/go-isatty v0.0.17 // indirect
Akrone2161562022-12-19 17:05:39 +010037 github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
38 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
43 github.com/ugorji/go/codec v1.2.9 // indirect
Akrone2161562022-12-19 17:05:39 +010044 go.opencensus.io v0.22.5 // indirect
dependabot[bot]8946b0a2023-02-23 08:19:50 +000045 golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // 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)