github.com/speelynet/server@v0.2.10/go.mod (about)

     1  module github.com/speelynet/server
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/cucumber/godog v0.12.2
     7  	github.com/gorilla/mux v1.8.0
     8  	github.com/spf13/pflag v1.0.5
     9  )
    10  
    11  require (
    12  	github.com/gofrs/uuid v4.1.0+incompatible // indirect
    13  	github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
    14  	github.com/hashicorp/go-memdb v1.3.2 // indirect
    15  	unit.nginx.org v0.0.0-20211202154320-57706ab05793
    16  )