Skip to content

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
negbie committed Sep 16, 2020
1 parent e7d89c0 commit ba26018
Show file tree
Hide file tree
Showing 6 changed files with 821 additions and 169 deletions.
13 changes: 7 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
module github.com/negbie/fancy

go 1.13
go 1.15

require (
github.com/golang/protobuf v1.3.3
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.2
github.com/golang/snappy v0.0.1
github.com/prometheus/client_golang v1.4.1
github.com/prometheus/common v0.9.1
github.com/prometheus/procfs v0.0.9 // indirect
golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4 // indirect
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.13.0
golang.org/x/sys v0.0.0-20200916084744-dbad9cb7cb7a // indirect
google.golang.org/protobuf v1.25.0 // indirect
)
99 changes: 0 additions & 99 deletions go.sum

This file was deleted.

Loading

0 comments on commit ba26018

Please sign in to comment.