github.com/grantbow/fit@v0.7.1-0.20220916164603-1f7c88ac81e6/go.mod (about)

     1  module github.com/grantbow/fit
     2  
     3  require (
     4  	github.com/blang/semver v3.5.1+incompatible
     5  	github.com/google/go-github v17.0.0+incompatible
     6  	github.com/grantbow/yaml v1.0.0
     7  	golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c
     8  )
     9  
    10  require (
    11  	github.com/golang/protobuf v1.2.0 // indirect
    12  	github.com/google/go-querystring v1.0.0 // indirect
    13  	golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e // indirect
    14  	google.golang.org/appengine v1.4.0 // indirect
    15  	gopkg.in/yaml.v2 v2.2.8 // indirect
    16  )
    17  
    18  go 1.19