kompose/examples/web/go.mod

15 lines
301 B
Modula-2

module github.com/redhat-developer/podman-desktop-demo
go 1.21.2
require (
github.com/codegangsta/negroni v1.0.0
github.com/gorilla/mux v1.8.1
github.com/xyproto/simpleredis/v2 v2.6.5
)
require (
github.com/gomodule/redigo v1.8.9 // indirect
github.com/xyproto/pinterface v1.5.3 // indirect
)