blob: 8267b77cd89b390c94a02946c320a6df5fa28fe5 [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
Akron83b77a72023-03-17 13:37:06 +01007 github.com/gin-contrib/i18n v0.0.1
dependabot[bot]8946b0a2023-02-23 08:19:50 +00008 github.com/gin-gonic/gin v1.9.0
dependabot[bot]e7c3b862023-02-27 17:11:39 +00009 github.com/joho/godotenv v1.5.1
Akron65503a32023-01-02 12:38:32 +010010 github.com/mattn/go-jsonpointer v0.0.1
dependabot[bot]e7c3b862023-02-27 17:11:39 +000011 github.com/stretchr/testify v1.8.2
Akron83b77a72023-03-17 13:37:06 +010012 golang.org/x/text v0.7.0
Akrone2161562022-12-19 17:05:39 +010013)
14
15require (
Akron55c27032023-02-28 09:07:08 +010016 github.com/bytedance/sonic v1.8.2 // indirect
Akrone2161562022-12-19 17:05:39 +010017 github.com/cespare/xxhash v1.1.0 // indirect
Akron55c27032023-02-28 09:07:08 +010018 github.com/cespare/xxhash/v2 v2.2.0 // indirect
dependabot[bot]8946b0a2023-02-23 08:19:50 +000019 github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
Akrone2161562022-12-19 17:05:39 +010020 github.com/davecgh/go-spew v1.1.1 // indirect
21 github.com/dgraph-io/ristretto v0.1.1 // indirect
Akron55c27032023-02-28 09:07:08 +010022 github.com/dustin/go-humanize v1.0.1 // indirect
Akrone2161562022-12-19 17:05:39 +010023 github.com/gin-contrib/sse v0.1.0 // indirect
dependabot[bot]8946b0a2023-02-23 08:19:50 +000024 github.com/go-playground/locales v0.14.1 // indirect
25 github.com/go-playground/universal-translator v0.18.1 // indirect
26 github.com/go-playground/validator/v10 v10.11.2 // indirect
27 github.com/goccy/go-json v0.10.0 // indirect
Akrone2161562022-12-19 17:05:39 +010028 github.com/gogo/protobuf v1.3.2 // indirect
Akron55c27032023-02-28 09:07:08 +010029 github.com/golang/glog v1.0.0 // indirect
30 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
31 github.com/golang/protobuf v1.5.2 // indirect
32 github.com/golang/snappy v0.0.4 // indirect
33 github.com/google/flatbuffers v23.1.21+incompatible // indirect
Akrone2161562022-12-19 17:05:39 +010034 github.com/json-iterator/go v1.1.12 // indirect
Akron55c27032023-02-28 09:07:08 +010035 github.com/klauspost/compress v1.16.0 // indirect
36 github.com/klauspost/cpuid/v2 v2.2.4 // indirect
37 github.com/leodido/go-urn v1.2.2 // indirect
dependabot[bot]8946b0a2023-02-23 08:19:50 +000038 github.com/mattn/go-isatty v0.0.17 // indirect
Akron55c27032023-02-28 09:07:08 +010039 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
Akrone2161562022-12-19 17:05:39 +010040 github.com/modern-go/reflect2 v1.0.2 // indirect
Akron83b77a72023-03-17 13:37:06 +010041 github.com/nicksnyder/go-i18n/v2 v2.1.2 // indirect
dependabot[bot]8946b0a2023-02-23 08:19:50 +000042 github.com/pelletier/go-toml/v2 v2.0.6 // indirect
Akrone2161562022-12-19 17:05:39 +010043 github.com/pkg/errors v0.9.1 // indirect
44 github.com/pmezard/go-difflib v1.0.0 // indirect
dependabot[bot]8946b0a2023-02-23 08:19:50 +000045 github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
Akron55c27032023-02-28 09:07:08 +010046 github.com/ugorji/go/codec v1.2.10 // indirect
47 go.opencensus.io v0.24.0 // indirect
48 golang.org/x/arch v0.2.0 // indirect
Akrond7faff82023-02-18 15:08:48 +010049 golang.org/x/crypto v0.6.0 // indirect
50 golang.org/x/net v0.7.0 // indirect
51 golang.org/x/sys v0.5.0 // indirect
dependabot[bot]8946b0a2023-02-23 08:19:50 +000052 google.golang.org/protobuf v1.28.1 // indirect
53 gopkg.in/yaml.v3 v3.0.1 // indirect
Akrone2161562022-12-19 17:05:39 +010054)