...

Source file src/github.com/ory/fosite/go_mod_indirect_pins.go

Documentation: github.com/ory/fosite

     1  // +build tools
     2  
     3  package fosite
     4  
     5  import (
     6  	_ "github.com/gorilla/websocket"
     7  	_ "github.com/mattn/goveralls"
     8  
     9  	_ "github.com/ory/go-acc"
    10  )
    11  

View as plain text