Skip to content
Snippets Groups Projects
Select Git revision
  • 78ca72e93831d3ccb54ad40b854a990e748e9a85
  • master default protected
  • renovate/configure
  • 2-create-ospf-example
  • feature/isis
  • migrate-to-github-actions
  • aspath/convenience
  • hashroute/public
  • cmd/rismirror
  • riscli/vrf
  • fix/bmp_down
  • ris/logging
  • fix/ris_race
  • fix/bmp_metrics
  • please-go-vet
  • fix/lock_copy
  • fix/dedup_mem
  • add-get-routers-rpc
  • feature/bgp_md5
  • is-is/srv
  • feature/ris/lpm_any
  • v0.0.3-pre4
  • v0.0.3-pre3
  • v0.0.3-pre2
  • v0.0.3-pre1
  • v0.0.2-pre9
  • v0.0.2-pre8
  • v0.0.2-pre7
  • v0.0.2-pre6
  • v0.0.2-pre5
  • v0.0.2-pre4
  • v0.0.2-pre3
  • v0.0.2-pre2
  • v0.0.2-pre1
  • v0.0.1-pre10
  • v0.0.1-pre9
  • v0.0.1-pre7
  • v0.0.1-pre8
  • v0.0.1-pre6
  • v0.0.1-pre4
  • v0.0.1-pre5
41 results

dep

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Serge Bazanski authored
    This change integrates the Bazel build system into bio-rd.
    
    We also add support for:
      - running go dep from vendored libraries
      - running goveralls from vendored libraries
      - running bazel-based coverage from travis
    78ca72e9
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    Build Status Windows Build Status

    Dep

    dep is a prototype dependency management tool for Go. It requires Go 1.8 or newer to compile. dep is safe for production use.

    dep is the official experiment, but not yet the official tool. Check out the Roadmap for more on what this means!

    For guides and reference materials about dep, see the documentation.

    Installation

    It is strongly recommended that you use a released version. Release binaries are available on the releases page.

    On MacOS you can install or upgrade to the latest released version with Homebrew:

    $ brew install dep
    $ brew upgrade dep

    If you're interested in hacking on dep, you can install via go get:

    go get -u github.com/golang/dep/cmd/dep

    Feedback

    Feedback is greatly appreciated. At this stage, the maintainers are most interested in feedback centered on the user experience (UX) of the tool. Do you have workflows that the tool supports well, or doesn't support at all? Do any of the commands have surprising effects, output, or results? If not, please file an issue, describing what you did or wanted to do, what you expected to happen, and what actually happened.

    Contributing

    Contributions are greatly appreciated. The maintainers actively manage the issues list, and try to highlight issues suitable for newcomers. The project follows the typical GitHub pull request model. See CONTRIBUTING.md for more details. Before starting any work, please either comment on an existing issue, or file a new one.