2023-04-12 16:56:55 +08:00
|
|
|
module git.fsdpf.net/go/contracts
|
|
|
|
|
2024-05-06 14:27:16 +08:00
|
|
|
go 1.21
|
2023-04-12 16:56:55 +08:00
|
|
|
|
|
|
|
require (
|
2024-11-26 17:39:27 +08:00
|
|
|
git.fsdpf.net/go/condition v0.0.0-20241126093638-50e1b3630e6b
|
2024-11-25 19:51:34 +08:00
|
|
|
git.fsdpf.net/go/db v0.0.0-20241125095839-f186c88c5c2a
|
2024-05-09 13:15:24 +08:00
|
|
|
github.com/go-chi/chi/v5 v5.0.12
|
2023-06-05 13:37:32 +08:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2023-04-12 16:56:55 +08:00
|
|
|
github.com/google/uuid v1.3.0
|
|
|
|
github.com/gorilla/websocket v1.5.0
|
2023-06-05 13:37:32 +08:00
|
|
|
github.com/jhump/protoreflect v1.15.1
|
2023-04-13 10:24:21 +08:00
|
|
|
github.com/lestrrat-go/jwx v1.2.25
|
2023-04-12 16:56:55 +08:00
|
|
|
github.com/samber/do v1.6.0
|
2024-05-09 13:15:24 +08:00
|
|
|
github.com/samber/lo v1.39.0
|
|
|
|
github.com/spf13/cast v1.6.0
|
2023-04-12 16:56:55 +08:00
|
|
|
github.com/spf13/viper v1.15.0
|
2024-05-09 13:15:24 +08:00
|
|
|
github.com/tidwall/gjson v1.17.1
|
2023-04-13 10:43:44 +08:00
|
|
|
github.com/tidwall/sjson v1.2.5
|
2023-05-23 10:30:13 +08:00
|
|
|
google.golang.org/grpc v1.52.0
|
2023-04-12 16:56:55 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-11-26 17:39:27 +08:00
|
|
|
git.fsdpf.net/go/req v0.0.0-20241126093511-f1774e5ca2f0 // indirect
|
2024-05-09 13:15:24 +08:00
|
|
|
git.fsdpf.net/go/utils v0.0.0-20240509025914-c03a9cb48aff // indirect
|
2023-06-05 13:37:32 +08:00
|
|
|
github.com/bufbuild/protocompile v0.4.0 // indirect
|
2023-04-13 10:24:21 +08:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.0-20210816181553-5444fa50b93d // indirect
|
2023-04-12 16:56:55 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
|
|
github.com/go-sql-driver/mysql v1.7.0 // indirect
|
2023-04-13 10:24:21 +08:00
|
|
|
github.com/goccy/go-json v0.9.7 // indirect
|
2023-04-12 16:56:55 +08:00
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
2023-04-13 10:24:21 +08:00
|
|
|
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
|
|
|
|
github.com/lestrrat-go/blackmagic v1.0.0 // indirect
|
|
|
|
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
|
|
|
github.com/lestrrat-go/iter v1.0.1 // indirect
|
|
|
|
github.com/lestrrat-go/option v1.0.0 // indirect
|
2023-04-12 16:56:55 +08:00
|
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.16 // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
|
|
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
|
2023-04-13 10:24:21 +08:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2023-04-12 16:56:55 +08:00
|
|
|
github.com/spf13/afero v1.9.3 // indirect
|
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
github.com/subosito/gotenv v1.4.2 // indirect
|
2023-04-13 10:43:44 +08:00
|
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
2023-04-13 10:24:21 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
|
2023-04-12 16:56:55 +08:00
|
|
|
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
|
2023-06-05 13:37:32 +08:00
|
|
|
golang.org/x/net v0.7.0 // indirect
|
|
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
|
|
golang.org/x/text v0.7.0 // indirect
|
2023-05-23 10:30:13 +08:00
|
|
|
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect
|
2023-06-05 13:37:32 +08:00
|
|
|
google.golang.org/protobuf v1.28.2-0.20230222093303-bc1253ad3743 // indirect
|
2023-04-12 16:56:55 +08:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|