rpaste/go.mod

8 lines
118 B
Modula-2
Raw Normal View History

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