Skip to content

Commit

Permalink
Merge pull request #105 from grisu48/bugfix
Browse files Browse the repository at this point in the history
Upgrade to gopenqa 0.7.1 and align version number
  • Loading branch information
grisu48 authored Mar 30, 2023
2 parents f0cf441 + da70f24 commit 53cb17d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmd/openqa-mon/openqa-mon.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/grisu48/gopenqa"
)

const VERSION = "0.8.2"
const VERSION = "1.0.1"

var config Config
var tui TUI
Expand Down
2 changes: 1 addition & 1 deletion cmd/openqa-mq/openqa-mq.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/streadway/amqp"
)

const VERSION = "1.2"
const VERSION = "1.0.1"

type Config struct {
Remote string // Remote address
Expand Down
2 changes: 1 addition & 1 deletion cmd/openqa-revtui/openqa-revtui.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/grisu48/gopenqa"
)

const VERSION = "0.6.0"
const VERSION = "1.0.1"

/* Group is a single configurable monitoring unit. A group contains all parameters that will be queried from openQA */
type Group struct {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/BurntSushi/toml v1.2.1
github.com/grisu48/gopenqa v0.7.0
github.com/grisu48/gopenqa v0.7.1
github.com/streadway/amqp v1.0.0
golang.org/x/crypto v0.4.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak
github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/grisu48/gopenqa v0.7.0 h1:9wCdJHGiz1/1tXUupW+r/myeFCDBGF9NojOCjhEghlQ=
github.com/grisu48/gopenqa v0.7.0/go.mod h1:D7EFTPhtzNvnHnDol9UoPCFmnzOiLBVa1tOOYqJDgGo=
github.com/grisu48/gopenqa v0.7.1 h1:XhmsWY93WjqdnXmdDjjHTFdfLjQwz7kApviDM9lX27U=
github.com/grisu48/gopenqa v0.7.1/go.mod h1:D7EFTPhtzNvnHnDol9UoPCFmnzOiLBVa1tOOYqJDgGo=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/streadway/amqp v1.0.0 h1:kuuDrUJFZL1QYL9hUNuCxNObNzB0bV/ZG5jV3RWAQgo=
Expand Down

0 comments on commit 53cb17d

Please sign in to comment.