9 lines
129 B
Modula-2
9 lines
129 B
Modula-2
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 // indirect
|
|
)
|