11 lines
160 B
Modula-2
11 lines
160 B
Modula-2
|
module TesterWebSvc
|
||
|
|
||
|
go 1.20
|
||
|
|
||
|
require (
|
||
|
github.com/dlclark/regexp2 v1.11.5
|
||
|
gopkg.in/ini.v1 v1.67.0
|
||
|
)
|
||
|
|
||
|
require github.com/stretchr/testify v1.10.0 // indirect
|