github.com/pusher/oauth2_proxy@v3.2.0+incompatible/Gopkg.toml (about)

     1  
     2  # Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
     3  # for detailed Gopkg.toml documentation.
     4  #
     5  
     6  [[constraint]]
     7    name = "github.com/BurntSushi/toml"
     8    version = "~0.3.0"
     9  
    10  [[constraint]]
    11    name = "github.com/bitly/go-simplejson"
    12    version = "~0.5.0"
    13  
    14  [[constraint]]
    15    branch = "v2"
    16    name = "github.com/coreos/go-oidc"
    17  
    18  [[constraint]]
    19    branch = "master"
    20    name = "github.com/mreiferson/go-options"
    21  
    22  [[constraint]]
    23    name = "github.com/stretchr/testify"
    24    version = "~1.1.4"
    25  
    26  [[constraint]]
    27    branch = "master"
    28    name = "golang.org/x/oauth2"
    29  
    30  [[constraint]]
    31    branch = "master"
    32    name = "google.golang.org/api"
    33  
    34  [[constraint]]
    35    name = "gopkg.in/fsnotify/fsnotify.v1"
    36    version = "~1.2.0"
    37  
    38  [[constraint]]
    39    branch = "master"
    40    name = "golang.org/x/crypto"