Akron | de33179 | 2023-01-10 11:36:15 +0100 | [diff] [blame] | 1 | module github.com/KorAP/Kalamar-Plugin-ExternalResources |
Akron | e216156 | 2022-12-19 17:05:39 +0100 | [diff] [blame] | 2 | |
Akron | e85a372 | 2024-08-28 16:14:46 +0200 | [diff] [blame^] | 3 | go 1.21.0 |
| 4 | |
| 5 | toolchain go1.22.6 |
Akron | e216156 | 2022-12-19 17:05:39 +0100 | [diff] [blame] | 6 | |
Akron | 1cc2e7c | 2023-11-02 12:22:18 +0100 | [diff] [blame] | 7 | // replace github.com/golang/protobuf => google.golang.org/protobuf v1.31.0 |
| 8 | |
| 9 | // exclude github.com/golang/protobuf v1.5.2 |
| 10 | |
Akron | e216156 | 2022-12-19 17:05:39 +0100 | [diff] [blame] | 11 | require ( |
| 12 | github.com/dgraph-io/badger/v3 v3.2103.5 |
dependabot[bot] | 108233a | 2024-08-19 16:05:09 +0000 | [diff] [blame] | 13 | github.com/gin-contrib/i18n v1.1.4 |
dependabot[bot] | b4dc88d | 2024-06-03 11:59:51 +0000 | [diff] [blame] | 14 | github.com/gin-gonic/gin v1.10.0 |
dependabot[bot] | e7c3b86 | 2023-02-27 17:11:39 +0000 | [diff] [blame] | 15 | github.com/joho/godotenv v1.5.1 |
Akron | 65503a3 | 2023-01-02 12:38:32 +0100 | [diff] [blame] | 16 | github.com/mattn/go-jsonpointer v0.0.1 |
dependabot[bot] | b4cc78c | 2024-03-04 16:48:55 +0000 | [diff] [blame] | 17 | github.com/stretchr/testify v1.9.0 |
dependabot[bot] | 23c1c43 | 2024-08-12 16:09:42 +0000 | [diff] [blame] | 18 | golang.org/x/text v0.17.0 |
Akron | e216156 | 2022-12-19 17:05:39 +0100 | [diff] [blame] | 19 | ) |
| 20 | |
| 21 | require ( |
Akron | e85a372 | 2024-08-28 16:14:46 +0200 | [diff] [blame^] | 22 | github.com/bytedance/sonic v1.12.2 // indirect |
dependabot[bot] | 108233a | 2024-08-19 16:05:09 +0000 | [diff] [blame] | 23 | github.com/bytedance/sonic/loader v0.2.0 // indirect |
Akron | e216156 | 2022-12-19 17:05:39 +0100 | [diff] [blame] | 24 | github.com/cespare/xxhash v1.1.0 // indirect |
Akron | f3fbb34 | 2024-04-12 17:05:47 +0200 | [diff] [blame] | 25 | github.com/cespare/xxhash/v2 v2.3.0 // indirect |
Akron | d942748 | 2024-04-30 18:32:10 +0200 | [diff] [blame] | 26 | github.com/cloudwego/base64x v0.1.4 // indirect |
| 27 | github.com/cloudwego/iasm v0.2.0 // indirect |
Akron | e216156 | 2022-12-19 17:05:39 +0100 | [diff] [blame] | 28 | github.com/davecgh/go-spew v1.1.1 // indirect |
| 29 | github.com/dgraph-io/ristretto v0.1.1 // indirect |
Akron | 55c2703 | 2023-02-28 09:07:08 +0100 | [diff] [blame] | 30 | github.com/dustin/go-humanize v1.0.1 // indirect |
dependabot[bot] | 108233a | 2024-08-19 16:05:09 +0000 | [diff] [blame] | 31 | github.com/gabriel-vasile/mimetype v1.4.5 // indirect |
Akron | e216156 | 2022-12-19 17:05:39 +0100 | [diff] [blame] | 32 | github.com/gin-contrib/sse v0.1.0 // indirect |
dependabot[bot] | 8946b0a | 2023-02-23 08:19:50 +0000 | [diff] [blame] | 33 | github.com/go-playground/locales v0.14.1 // indirect |
| 34 | github.com/go-playground/universal-translator v0.18.1 // indirect |
dependabot[bot] | 108233a | 2024-08-19 16:05:09 +0000 | [diff] [blame] | 35 | github.com/go-playground/validator/v10 v10.22.0 // indirect |
Akron | 7e353ec | 2024-06-03 17:09:46 +0200 | [diff] [blame] | 36 | github.com/goccy/go-json v0.10.3 // indirect |
Akron | e216156 | 2022-12-19 17:05:39 +0100 | [diff] [blame] | 37 | github.com/gogo/protobuf v1.3.2 // indirect |
Akron | e85a372 | 2024-08-28 16:14:46 +0200 | [diff] [blame^] | 38 | github.com/golang/glog v1.2.2 // indirect |
Akron | 55c2703 | 2023-02-28 09:07:08 +0100 | [diff] [blame] | 39 | github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
Akron | ece72cb | 2024-03-15 09:16:54 +0100 | [diff] [blame] | 40 | github.com/golang/protobuf v1.5.4 // indirect |
Akron | 55c2703 | 2023-02-28 09:07:08 +0100 | [diff] [blame] | 41 | github.com/golang/snappy v0.0.4 // indirect |
Akron | f3fbb34 | 2024-04-12 17:05:47 +0200 | [diff] [blame] | 42 | github.com/google/flatbuffers v24.3.25+incompatible // indirect |
Akron | e216156 | 2022-12-19 17:05:39 +0100 | [diff] [blame] | 43 | github.com/json-iterator/go v1.1.12 // indirect |
Akron | e85a372 | 2024-08-28 16:14:46 +0200 | [diff] [blame^] | 44 | github.com/klauspost/compress v1.17.9 // indirect |
dependabot[bot] | 108233a | 2024-08-19 16:05:09 +0000 | [diff] [blame] | 45 | github.com/klauspost/cpuid/v2 v2.2.8 // indirect |
dependabot[bot] | d8f0e42 | 2024-02-12 17:00:37 +0000 | [diff] [blame] | 46 | github.com/leodido/go-urn v1.4.0 // indirect |
Akron | 1cc2e7c | 2023-11-02 12:22:18 +0100 | [diff] [blame] | 47 | github.com/mattn/go-isatty v0.0.20 // indirect |
Akron | 55c2703 | 2023-02-28 09:07:08 +0100 | [diff] [blame] | 48 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
Akron | e216156 | 2022-12-19 17:05:39 +0100 | [diff] [blame] | 49 | github.com/modern-go/reflect2 v1.0.2 // indirect |
dependabot[bot] | d8f0e42 | 2024-02-12 17:00:37 +0000 | [diff] [blame] | 50 | github.com/nicksnyder/go-i18n/v2 v2.4.0 // indirect |
Akron | e85a372 | 2024-08-28 16:14:46 +0200 | [diff] [blame^] | 51 | github.com/pelletier/go-toml/v2 v2.2.3 // indirect |
Akron | e216156 | 2022-12-19 17:05:39 +0100 | [diff] [blame] | 52 | github.com/pkg/errors v0.9.1 // indirect |
| 53 | github.com/pmezard/go-difflib v1.0.0 // indirect |
dependabot[bot] | 8946b0a | 2023-02-23 08:19:50 +0000 | [diff] [blame] | 54 | github.com/twitchyliquid64/golang-asm v0.15.1 // indirect |
Akron | c4e4093 | 2024-01-16 17:45:46 +0100 | [diff] [blame] | 55 | github.com/ugorji/go/codec v1.2.12 // indirect |
Akron | 55c2703 | 2023-02-28 09:07:08 +0100 | [diff] [blame] | 56 | go.opencensus.io v0.24.0 // indirect |
dependabot[bot] | 108233a | 2024-08-19 16:05:09 +0000 | [diff] [blame] | 57 | golang.org/x/arch v0.9.0 // indirect |
| 58 | golang.org/x/crypto v0.26.0 // indirect |
| 59 | golang.org/x/net v0.28.0 // indirect |
| 60 | golang.org/x/sys v0.24.0 // indirect |
| 61 | google.golang.org/protobuf v1.34.2 // indirect |
dependabot[bot] | 8946b0a | 2023-02-23 08:19:50 +0000 | [diff] [blame] | 62 | gopkg.in/yaml.v3 v3.0.1 // indirect |
Akron | e216156 | 2022-12-19 17:05:39 +0100 | [diff] [blame] | 63 | ) |