Skip to content
Snippets Groups Projects
Select Git revision
  • 2624c775547f815f80b4285438e06bfff5eb3ed7
  • master default protected
  • 3.0
  • develop
  • revert-2069-tripleVersion
  • 3.1
  • rest-protocol
  • feat/remoting_rocketmq
  • dapr-support
  • 1.5
  • 1.4
  • 1.3
  • 1.2
  • 1.1
  • v3.0.3-rc2
  • v3.0.3-rc1
  • v3.0.2
  • v1.5.8
  • v1.5.9-rc1
  • v3.0.1
  • v1.5.8-rc1
  • v3.0.0
  • v3.0.0-rc4-1
  • v3.0.0-rc4
  • v3.0.0-rc3
  • v1.5.7
  • v1.5.7-rc2
  • v3.0.0-rc2
  • remove
  • v1.5.7-rc1
  • v3.0.0-rc1
  • v1.5.7-rc1-tmp
  • 1.5.6
  • v1.5.6
34 results

go.mod

Blame
  • This project manages its dependencies using Go Modules. Learn more
    go.mod 635 B
    module github.com/dubbo/go-for-apache-dubbo
    
    require (
    	github.com/AlexStocks/getty v0.0.0-20190513203438-4a52b6874223
    	github.com/AlexStocks/goext v0.3.2
    	github.com/AlexStocks/log4go v1.0.2
    	github.com/dubbogo/hessian2 v0.0.0-20190513195500-efce02944002
    	github.com/juju/errors v0.0.0-20190207033735-e65537c515d7
    	github.com/montanaflynn/stats v0.5.0
    	github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
    	github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec
    	github.com/stretchr/testify v1.3.0
    	github.com/tevino/abool v0.0.0-20170917061928-9b9efcf221b5
    	go.uber.org/atomic v1.3.2
    	gopkg.in/yaml.v2 v2.2.2
    )