1
0
Fork 0
mirror of https://github.com/Luzifer/continuous-spark.git synced 2024-10-18 12:54:24 +00:00
continuous-spark/go.mod
dependabot[bot] eedfe435b7
Bump golang.org/x/crypto from 0.0.0-20201124201722-c8d3bf9c5392 to 0.1.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20201124201722-c8d3bf9c5392 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-25 00:56:23 +00:00

14 lines
405 B
Modula-2

module github.com/Luzifer/continuous-spark
go 1.15
require (
github.com/Luzifer/rconfig v1.2.0
github.com/influxdata/influxdb v1.8.3
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.27.1 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/pflag v1.0.5 // indirect
gopkg.in/validator.v2 v2.0.0-20200605151824-2b28d334fa05 // indirect
)