rpaste/go.mod

9 lines
129 B
Modula-2
Raw Normal View History

2021-12-21 01:06:08 +00:00
module github.com/rocky-linux/rpaste
2021-12-24 09:01:22 +00:00
2021-12-21 01:06:08 +00:00
go 1.16
require (
2021-12-24 09:01:22 +00:00
github.com/urfave/cli/v2 v2.3.0
gopkg.in/ini.v1 v1.66.2 // indirect
2021-12-21 01:06:08 +00:00
)