8 lines
118 B
Modula-2
8 lines
118 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
|
||
|
)
|