github.com/leg100/ots@v0.0.7-0.20210919080622-034055ced4bd/go.mod (about)

     1  module github.com/leg100/ots
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/go-logr/logr v1.0.0
     7  	github.com/google/uuid v1.3.0
     8  	github.com/gorilla/mux v1.8.0
     9  	github.com/gorilla/schema v1.2.0
    10  	github.com/hashicorp/hcl/v2 v2.10.0
    11  	github.com/leg100/go-tfe v0.17.1-0.20210804135856-d05f7109100e
    12  	github.com/leg100/gorm-zerolog v0.1.1-0.20210718123649-2348997004e6
    13  	github.com/leg100/jsonapi v1.0.1-0.20210703183827-d0513d61dc3f
    14  	github.com/leg100/zerologr v0.0.0-20210805173127-2e0b118333c5
    15  	github.com/mattn/go-sqlite3 v1.14.7 // indirect
    16  	github.com/mitchellh/go-homedir v1.1.0
    17  	github.com/rs/zerolog v1.23.0
    18  	github.com/spf13/cobra v1.1.3
    19  	github.com/spf13/pflag v1.0.5
    20  	github.com/stretchr/testify v1.3.0
    21  	github.com/urfave/negroni v1.0.0
    22  	gorm.io/driver/sqlite v1.1.4
    23  	gorm.io/gorm v1.21.10
    24  )
    25  
    26  //replace github.com/leg100/go-tfe => ../go-tfe