9 lines
169 B
Modula-2
9 lines
169 B
Modula-2
module github.com/unistack-org/micro-server-http/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/unistack-org/micro/v3 v3.3.16
|
|
golang.org/x/net v0.0.0-20210421230115-4e50805a0758
|
|
)
|