mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-01 15:55:49 +03:00
9 lines
119 B
Modula-2
9 lines
119 B
Modula-2
module github.com/go-pkgz/rest
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|