github.com/best4tires/kit@v1.0.5/go.mod (about)

     1  module github.com/best4tires/kit
     2  
     3  go 1.20
     4  
     5  require (
     6  	github.com/BurntSushi/toml v1.2.1
     7  	github.com/gorilla/handlers v1.5.1
     8  	github.com/gorilla/mux v1.8.0
     9  	golang.org/x/exp v0.0.0-20221114191408-850992195362
    10  )
    11  
    12  require github.com/felixge/httpsnoop v1.0.1 // indirect