PackageManager just because
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
396 B

  1. module PackageManager
  2. go 1.16
  3. require (
  4. github.com/VividCortex/ewma v1.2.0 // indirect
  5. github.com/mattn/go-isatty v0.0.13 // indirect
  6. github.com/mattn/go-sqlite3 v1.14.8
  7. github.com/vbauerster/mpb v3.4.0+incompatible
  8. go.etcd.io/bbolt v1.3.6
  9. golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
  10. golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
  11. gopkg.in/yaml.v2 v2.4.0
  12. )