8 lines
123 B
Modula-2
8 lines
123 B
Modula-2
module github.com/koofr/go-httpclient
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/onsi/ginkgo v1.12.0
|
|
github.com/onsi/gomega v1.9.0
|
|
)
|