github.com/govau/cf-common@v0.0.7/Gopkg.toml (about)

     1  [[constraint]]
     2    name = "github.com/bgentry/que-go"
     3    source = "github.com/govau/que-go"
     4    branch = "fixshutdown"
     5  
     6  [[constraint]]
     7    name = "github.com/cloudfoundry-community/go-cfenv"
     8    version = "1.17.0"
     9  
    10  [[constraint]]
    11    name = "github.com/dgrijalva/jwt-go"
    12    version = "3.2.0"
    13  
    14  [[constraint]]
    15    name = "github.com/gorilla/securecookie"
    16    version = "1.1.1"
    17  
    18  [[constraint]]
    19    name = "github.com/gorilla/sessions"
    20    version = "1.1.0"
    21  
    22  [[constraint]]
    23    name = "github.com/jackc/pgx"
    24    version = "3.1.0"
    25  
    26  [prune]
    27    go-tests = true
    28    unused-packages = true