- 
                Notifications
    
You must be signed in to change notification settings  - Fork 40
 
Updated dependencies. #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
  
     Merged
                    Changes from all commits
      Commits
    
    
            Show all changes
          
          
            24 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      abe89e9
              
                Switched to go mod
              
              
                jkohen 351786e
              
                Updated Prometheus exporter dependency to the new repo.
              
              
                jkohen e85818f
              
                More vendor updates
              
              
                jkohen a71a7e4
              
                More vendor updates
              
              
                jkohen d81029e
              
                Fixed compilation errors.
              
              
                jkohen fca74b4
              
                Use prebuilt promu to prevent pulling in incompatible dependencies.
              
              
                jkohen a074e9f
              
                Updated version requirements in .promu.yml.
              
              
                jkohen 9b9abed
              
                Pass -mod=vendor to all go invocations and simplified package fetches.
              
              
                jkohen 77b449d
              
                Fixed test errors.
              
              
                jkohen 1562b7a
              
                go mod tidy
              
              
                jkohen 7c60d92
              
                Instruct Travis to use Go 1.12, as it's our minimum requirement now.
              
              
                jkohen c68619e
              
                Work around Travis timeouts
              
              
                jkohen 029c5d0
              
                Added `deps` target to Makefile
              
              
                jkohen 6df2977
              
                make deps times out...
              
              
                jkohen 2ef7c1f
              
                Force vendor dependencies
              
              
                jkohen 5d6fe82
              
                Really try to force vendor...
              
              
                jkohen 02a3e55
              
                More vendor forcing.
              
              
                jkohen 634fcf8
              
                Fixed log config matcher.
              
              
                jkohen 92d8fa6
              
                More travis fixes.
              
              
                jkohen 64f4524
              
                Echo commands in Makefile to help debug Travis issues.
              
              
                jkohen 2652809
              
                Enable test verbosity to help debug Travis issues.
              
              
                jkohen fb8da01
              
                Fixed Travis?
              
              
                jkohen 7e130aa
              
                Test log field separately
              
              
                jkohen 2cbb340
              
                Disabled verbosity flag for coverage. It was used for diagnostic.
              
              
                jkohen File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
          The table of contents is too big for display.
        
      Diff view
Diff view
  
      The diff you're trying to view is too large. We only load the first 3000 changed files.
  
  There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,63 @@ | ||
| module github.com/Stackdriver/stackdriver-prometheus-sidecar | ||
| 
     | 
||
| require ( | ||
| cloud.google.com/go v0.43.0 | ||
| contrib.go.opencensus.io/exporter/ocagent v0.6.0 // indirect | ||
| contrib.go.opencensus.io/exporter/prometheus v0.1.0 | ||
| contrib.go.opencensus.io/exporter/stackdriver v0.12.4 | ||
| github.com/Azure/azure-sdk-for-go v32.1.0+incompatible // indirect | ||
| github.com/Azure/go-autorest v12.4.1+incompatible // indirect | ||
| github.com/Azure/go-autorest/autorest v0.5.0 // indirect | ||
| github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect | ||
| github.com/Azure/go-autorest/autorest/validation v0.1.0 // indirect | ||
| github.com/Azure/go-autorest/tracing v0.2.0 // indirect | ||
| github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect | ||
| github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect | ||
| github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect | ||
| github.com/aws/aws-sdk-go v1.21.10 // indirect | ||
| github.com/beorn7/perks v1.0.1 // indirect | ||
| github.com/evanphx/json-patch v4.5.0+incompatible // indirect | ||
| github.com/ghodss/yaml v1.0.0 | ||
| github.com/go-kit/kit v0.9.0 | ||
| github.com/gogo/protobuf v1.2.2-0.20190730201129-28a6bbf47e48 // indirect | ||
| github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect | ||
| github.com/golang/protobuf v1.3.2 | ||
| github.com/googleapis/gnostic v0.3.0 // indirect | ||
| github.com/gophercloud/gophercloud v0.3.0 // indirect | ||
| github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 | ||
| github.com/grpc-ecosystem/grpc-gateway v1.9.5 // indirect | ||
| github.com/hashicorp/go-immutable-radix v1.1.0 // indirect | ||
| github.com/hashicorp/go-msgpack v0.5.5 // indirect | ||
| github.com/hashicorp/go-rootcerts v1.0.1 // indirect | ||
| github.com/hashicorp/golang-lru v0.5.3 // indirect | ||
| github.com/hashicorp/memberlist v0.1.4 // indirect | ||
| github.com/hashicorp/serf v0.8.3 // indirect | ||
| github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7 // indirect | ||
| github.com/json-iterator/go v1.1.7 // indirect | ||
| github.com/miekg/dns v1.1.15 // indirect | ||
| github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f | ||
| github.com/oklog/oklog v0.3.2 | ||
| github.com/onsi/ginkgo v1.8.0 // indirect | ||
| github.com/onsi/gomega v1.5.0 // indirect | ||
| github.com/opentracing/opentracing-go v1.1.0 // indirect | ||
| github.com/pkg/errors v0.8.1 | ||
| github.com/prometheus/client_golang v1.0.0 | ||
| github.com/prometheus/common v0.4.1 | ||
| github.com/prometheus/procfs v0.0.3 // indirect | ||
| github.com/prometheus/prometheus v0.0.0-20190710134608-e5b22494857d | ||
| github.com/prometheus/tsdb v0.10.0 | ||
| github.com/samuel/go-zookeeper v0.0.0-20190801204459-3c104360edc8 // indirect | ||
| github.com/spaolacci/murmur3 v1.1.0 // indirect | ||
| go.opencensus.io v0.22.0 | ||
| golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect | ||
| golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect | ||
| golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect | ||
| golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 | ||
| google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64 | ||
| google.golang.org/grpc v1.22.1 | ||
| gopkg.in/alecthomas/kingpin.v2 v2.2.6 | ||
| gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect | ||
| k8s.io/klog v0.3.3 // indirect | ||
| k8s.io/kube-openapi v0.0.0-20190722073852-5e22f3d471e6 // indirect | ||
| k8s.io/utils v0.0.0-20190801114015-581e00157fb1 // indirect | ||
| ) | ||
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.