2022-09-22 09:46:36 +00:00
|
|
|
module code.icb4dc0.de/prskr/nurse
|
2022-04-28 16:35:02 +00:00
|
|
|
|
2023-02-23 07:56:33 +00:00
|
|
|
go 1.20
|
2022-04-28 16:35:02 +00:00
|
|
|
|
|
|
|
require (
|
2022-06-13 18:11:53 +00:00
|
|
|
github.com/PaesslerAG/jsonpath v0.1.1
|
2023-04-04 20:29:58 +00:00
|
|
|
github.com/alecthomas/participle/v2 v2.0.0
|
2022-12-30 19:51:55 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.7.0
|
2022-05-08 09:00:22 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2023-03-01 08:27:11 +00:00
|
|
|
github.com/jackc/pgx/v5 v5.3.1
|
2023-05-12 00:24:22 +00:00
|
|
|
github.com/magefile/mage v1.15.0
|
2023-05-13 00:24:16 +00:00
|
|
|
github.com/maxatome/go-testdeep v1.13.0
|
2022-05-08 09:00:22 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0
|
2023-05-03 00:24:17 +00:00
|
|
|
github.com/redis/go-redis/v9 v9.0.4
|
2023-02-16 15:51:47 +00:00
|
|
|
github.com/testcontainers/testcontainers-go v0.18.0
|
2022-06-13 18:11:53 +00:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0
|
2022-12-31 15:23:38 +00:00
|
|
|
go.uber.org/zap v1.24.0
|
2023-03-04 00:29:40 +00:00
|
|
|
golang.org/x/exp v0.0.0-20230303215020-44a13b063f3e
|
2023-06-15 00:22:26 +00:00
|
|
|
golang.org/x/sync v0.3.0
|
2022-06-02 17:31:28 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2022-04-28 16:35:02 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
2022-06-09 15:20:06 +00:00
|
|
|
github.com/PaesslerAG/gval v1.0.0 // indirect
|
2023-01-01 12:34:19 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
|
2023-03-01 17:22:31 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2023-02-16 15:51:47 +00:00
|
|
|
github.com/containerd/containerd v1.6.17 // indirect
|
2022-04-28 16:35:02 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
|
|
github.com/docker/distribution v2.8.1+incompatible // indirect
|
2023-02-16 15:51:47 +00:00
|
|
|
github.com/docker/docker v23.0.0+incompatible // indirect
|
2022-08-18 17:25:07 +00:00
|
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
2022-09-12 20:24:20 +00:00
|
|
|
github.com/docker/go-units v0.5.0 // indirect
|
2022-04-28 16:35:02 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2022-06-18 09:45:45 +00:00
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
2023-02-12 21:03:56 +00:00
|
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
2023-01-03 18:58:34 +00:00
|
|
|
github.com/klauspost/compress v1.11.13 // indirect
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2023-01-01 12:34:19 +00:00
|
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
2023-01-03 18:58:34 +00:00
|
|
|
github.com/moby/patternmatcher v0.5.0 // indirect
|
|
|
|
github.com/moby/sys/sequential v0.5.0 // indirect
|
2023-01-01 12:34:19 +00:00
|
|
|
github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f // indirect
|
2022-04-28 16:35:02 +00:00
|
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
2023-01-01 12:34:19 +00:00
|
|
|
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
|
2022-09-12 20:24:20 +00:00
|
|
|
github.com/opencontainers/runc v1.1.3 // indirect
|
2022-04-28 16:35:02 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2022-09-12 20:24:20 +00:00
|
|
|
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
2023-01-01 12:34:19 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
2022-08-18 17:25:07 +00:00
|
|
|
go.uber.org/atomic v1.10.0 // indirect
|
2023-01-03 18:58:34 +00:00
|
|
|
go.uber.org/goleak v1.1.12 // indirect
|
2023-02-23 08:39:03 +00:00
|
|
|
go.uber.org/multierr v1.9.0 // indirect
|
2023-02-12 21:03:56 +00:00
|
|
|
golang.org/x/crypto v0.6.0 // indirect
|
|
|
|
golang.org/x/net v0.6.0 // indirect
|
|
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
|
|
golang.org/x/text v0.7.0 // indirect
|
2022-09-12 20:24:20 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad // indirect
|
2022-06-02 17:31:28 +00:00
|
|
|
google.golang.org/grpc v1.47.0 // indirect
|
2022-04-28 16:35:02 +00:00
|
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
|
|
)
|