Skip to content

Commit

Permalink
Merge pull request #58 from alphasoc/update-go-and-vendor
Browse files Browse the repository at this point in the history
Update go and vendor
  • Loading branch information
ioj authored Jan 19, 2023
2 parents abfbbe1 + 9d8b51e commit ccf4a7c
Show file tree
Hide file tree
Showing 633 changed files with 58,873 additions and 113,779 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.19
-
name: Build
run: go build -v ./...
Expand Down
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
module github.com/alphasoc/flightsim

go 1.13
go 1.19

require (
github.com/cretz/bine v0.2.0
github.com/inhies/go-bytesize v0.0.0-20201103132853-d0aed0d254f8 // indirect
github.com/inhies/go-bytesize v0.0.0-20201103132853-d0aed0d254f8
github.com/pkg/errors v0.8.1
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
golang.org/x/net v0.0.0-20210525063256-abc453219eb5
)

require golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
490 changes: 3 additions & 487 deletions go.sum

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions vendor/github.com/cretz/bine/process/process.go

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

7 changes: 7 additions & 0 deletions vendor/github.com/inhies/go-bytesize/.travis.yml

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

28 changes: 28 additions & 0 deletions vendor/github.com/inhies/go-bytesize/LICENSE

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

16 changes: 16 additions & 0 deletions vendor/github.com/inhies/go-bytesize/README.md

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

213 changes: 213 additions & 0 deletions vendor/github.com/inhies/go-bytesize/bytesize.go

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

2 changes: 2 additions & 0 deletions vendor/github.com/pkg/errors/.travis.yml

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

4 changes: 2 additions & 2 deletions vendor/github.com/pkg/errors/README.md

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

Loading

0 comments on commit ccf4a7c

Please sign in to comment.