Files
xc/go.mod
dependabot[bot] ad840a5da1 Bump golang.org/x/crypto from 0.0.0-20201116153603-4be66e5b6582 to 0.1.0 (#12)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20201116153603-4be66e5b6582 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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-31 00:13:35 +01:00

22 lines
843 B
Modula-2

module github.com/viert/xc
require (
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/creack/pty v1.1.11 // indirect
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
github.com/fatih/color v1.10.0 // indirect
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect
github.com/kr/pty v1.1.8
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/npat-efault/poller v2.0.0+incompatible
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/viert/properties v0.0.0-20190120163359-e72631698e82
github.com/viert/sekwence v0.0.0-20190110111110-24bab1ce82a0
golang.org/x/crypto v0.1.0
gopkg.in/cheggaaa/pb.v1 v1.0.28
)
go 1.15