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