Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • ale/autoradio
1 result
Show changes
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -3,13 +3,13 @@ package dns ...@@ -3,13 +3,13 @@ package dns
import "fmt" import "fmt"
// Version is current version of this library. // Version is current version of this library.
var Version = V{1, 1, 8} var Version = v{1, 1, 35}
// V holds the version of this library. // v holds the version of this library.
type V struct { type v struct {
Major, Minor, Patch int Major, Minor, Patch int
} }
func (v V) String() string { func (v v) String() string {
return fmt.Sprintf("%d.%d.%d", v.Major, v.Minor, v.Patch) return fmt.Sprintf("%d.%d.%d", v.Major, v.Minor, v.Patch)
} }
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -14,7 +14,7 @@ github.com/coreos/pkg/capnslog ...@@ -14,7 +14,7 @@ github.com/coreos/pkg/capnslog
github.com/dgrijalva/jwt-go github.com/dgrijalva/jwt-go
# github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4 # github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4
github.com/dustin/go-humanize github.com/dustin/go-humanize
# github.com/elazarl/go-bindata-assetfs v1.0.1-0.20180223160309-38087fe4dafb # github.com/elazarl/go-bindata-assetfs v1.0.1
## explicit ## explicit
github.com/elazarl/go-bindata-assetfs github.com/elazarl/go-bindata-assetfs
# github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 # github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
...@@ -70,7 +70,7 @@ github.com/konsorten/go-windows-terminal-sequences ...@@ -70,7 +70,7 @@ github.com/konsorten/go-windows-terminal-sequences
github.com/lpar/gzipped github.com/lpar/gzipped
# github.com/matttproud/golang_protobuf_extensions v1.0.1 # github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/matttproud/golang_protobuf_extensions/pbutil github.com/matttproud/golang_protobuf_extensions/pbutil
# github.com/miekg/dns v1.1.8 # github.com/miekg/dns v1.1.35
## explicit ## explicit
github.com/miekg/dns github.com/miekg/dns
# github.com/prometheus/client_golang v1.9.0 # github.com/prometheus/client_golang v1.9.0
......