module go.unistack.org/micro-server-http/v3 go 1.16 require ( github.com/ef-ds/deque v1.0.4 // indirect github.com/golang-jwt/jwt/v4 v4.4.0 // indirect github.com/google/gnostic v0.6.9 // indirect github.com/google/go-cmp v0.5.7 // indirect github.com/kr/pretty v0.2.1 // indirect github.com/kr/text v0.2.0 // indirect go.unistack.org/micro/v3 v3.9.10 golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e google.golang.org/protobuf v1.28.0 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )