9 lines
105 B
Modula-2
9 lines
105 B
Modula-2
module httppp
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.8.0
|
|
github.com/spf13/viper v1.19.0
|
|
)
|