...

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

Documentation: github.com/ory/x

     1  // +build go_mod_indirect_pins
     2  
     3  package x
     4  
     5  import (
     6  	_ "github.com/go-bindata/go-bindata/go-bindata"
     7  	_ "github.com/gorilla/websocket"
     8  	_ "github.com/ory/go-acc"
     9  	_"github.com/golang/mock/mockgen"
    10  	_ "github.com/jandelgado/gcov2lcov"
    11  )
    12  

View as plain text