Skip to content

Commit 53cb17d

Browse files
authored
Merge pull request os-autoinst#105 from grisu48/bugfix
Upgrade to gopenqa 0.7.1 and align version number
2 parents f0cf441 + da70f24 commit 53cb17d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

cmd/openqa-mon/openqa-mon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/grisu48/gopenqa"
1818
)
1919

20-
const VERSION = "0.8.2"
20+
const VERSION = "1.0.1"
2121

2222
var config Config
2323
var tui TUI

cmd/openqa-mq/openqa-mq.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/streadway/amqp"
1111
)
1212

13-
const VERSION = "1.2"
13+
const VERSION = "1.0.1"
1414

1515
type Config struct {
1616
Remote string // Remote address

cmd/openqa-revtui/openqa-revtui.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/grisu48/gopenqa"
1212
)
1313

14-
const VERSION = "0.6.0"
14+
const VERSION = "1.0.1"
1515

1616
/* Group is a single configurable monitoring unit. A group contains all parameters that will be queried from openQA */
1717
type Group struct {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.19
44

55
require (
66
github.com/BurntSushi/toml v1.2.1
7-
github.com/grisu48/gopenqa v0.7.0
7+
github.com/grisu48/gopenqa v0.7.1
88
github.com/streadway/amqp v1.0.0
99
golang.org/x/crypto v0.4.0
1010
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak
22
github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
33
github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU=
44
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
5-
github.com/grisu48/gopenqa v0.7.0 h1:9wCdJHGiz1/1tXUupW+r/myeFCDBGF9NojOCjhEghlQ=
6-
github.com/grisu48/gopenqa v0.7.0/go.mod h1:D7EFTPhtzNvnHnDol9UoPCFmnzOiLBVa1tOOYqJDgGo=
5+
github.com/grisu48/gopenqa v0.7.1 h1:XhmsWY93WjqdnXmdDjjHTFdfLjQwz7kApviDM9lX27U=
6+
github.com/grisu48/gopenqa v0.7.1/go.mod h1:D7EFTPhtzNvnHnDol9UoPCFmnzOiLBVa1tOOYqJDgGo=
77
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
88
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
99
github.com/streadway/amqp v1.0.0 h1:kuuDrUJFZL1QYL9hUNuCxNObNzB0bV/ZG5jV3RWAQgo=

0 commit comments

Comments
 (0)