Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chillum committed Nov 14, 2020
1 parent 6ba03a9 commit fbb61c9
Show file tree
Hide file tree
Showing 9 changed files with 383 additions and 386 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/jsonmon
/jsonmon.test
/jsonmon.exe
Gemfile.lock
jsonmon
jsonmon.test
node_modules/
yarn-error.log
4 changes: 2 additions & 2 deletions bindata.go

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import (
"net/http"
"os"
"os/signal"
"path"
"runtime"
"sync"
"syscall"
Expand All @@ -27,7 +26,7 @@ import (
)

// Version is the application version.
const Version = "3.1.12"
const Version = "3.1.13"

// This one is for internal use.
type ver struct {
Expand Down Expand Up @@ -61,8 +60,8 @@ func main() {
useSyslog = flag.Bool("syslog", false, "")
flag.Usage = func() {
fmt.Fprint(os.Stderr,
"Usage: ", path.Base(os.Args[0]), " [-syslog] config.yml\n",
" ", path.Base(os.Args[0]), " -version\n",
"Usage: jsonmon [-syslog] config.yml\n",
" jsonmon -version\n",
"----------------------------------------------\n",
"Docs: https://github.com/chillum/jsonmon/wiki\n")
os.Exit(1)
Expand Down
692 changes: 347 additions & 345 deletions ui/angular.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor/gopkg.in/yaml.v2/apic.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 20 additions & 27 deletions vendor/gopkg.in/yaml.v2/scannerc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/gopkg.in/yaml.v2/yamlh.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"revisionTime": "2019-11-20T15:35:20Z"
},
{
"checksumSHA1": "mspriBK28mrdRiQNHoThnYEFaeQ=",
"checksumSHA1": "wZxi5gt6Zfs4vh8795dNA/lva7g=",
"path": "gopkg.in/yaml.v2",
"revision": "1f64d6156d11335c3f22d9330b0ad14fc1e789ce",
"revisionTime": "2019-11-19T21:27:36Z"
"revision": "0b1645d91e851e735d3e23330303ce81f70adbe3",
"revisionTime": "2020-05-06T23:08:38Z"
}
],
"rootPath": "github.com/chillum/jsonmon"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@


angular@^1.7.9:
version "1.7.9"
resolved "https://registry.yarnpkg.com/angular/-/angular-1.7.9.tgz#e52616e8701c17724c3c238cfe4f9446fd570bc4"
integrity sha512-5se7ZpcOtu0MBFlzGv5dsM1quQDoDeUTwZrWjGtTNA7O88cD8TEk5IEKCTDa3uECV9XnvKREVUr7du1ACiWGFQ==
version "1.8.2"
resolved "https://registry.yarnpkg.com/angular/-/angular-1.8.2.tgz#5983bbb5a9fa63e213cb7749199e0d352de3a2f1"
integrity sha512-IauMOej2xEe7/7Ennahkbb5qd/HFADiNuLSESz9Q27inmi32zB0lnAsFeLEWcox3Gd1F6YhNd1CP7/9IukJ0Gw==

0 comments on commit fbb61c9

Please sign in to comment.