File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
17
17
"github.com/grisu48/gopenqa"
18
18
)
19
19
20
- const VERSION = "0.8.2 "
20
+ const VERSION = "1.0.1 "
21
21
22
22
var config Config
23
23
var tui TUI
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"github.com/streadway/amqp"
11
11
)
12
12
13
- const VERSION = "1.2 "
13
+ const VERSION = "1.0.1 "
14
14
15
15
type Config struct {
16
16
Remote string // Remote address
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"github.com/grisu48/gopenqa"
12
12
)
13
13
14
- const VERSION = "0.6.0 "
14
+ const VERSION = "1.0.1 "
15
15
16
16
/* Group is a single configurable monitoring unit. A group contains all parameters that will be queried from openQA */
17
17
type Group struct {
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/BurntSushi/toml v1.2.1
7
- github.com/grisu48/gopenqa v0.7.0
7
+ github.com/grisu48/gopenqa v0.7.1
8
8
github.com/streadway/amqp v1.0.0
9
9
golang.org/x/crypto v0.4.0
10
10
)
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak
2
2
github.com/BurntSushi/toml v1.2.1 /go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ =
3
3
github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU =
4
4
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 =
7
7
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
8
8
github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
9
9
github.com/streadway/amqp v1.0.0 h1:kuuDrUJFZL1QYL9hUNuCxNObNzB0bV/ZG5jV3RWAQgo =
You can’t perform that action at this time.
0 commit comments