Skip to content

Commit

Permalink
upgrade vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
markus621 committed Nov 2, 2024
1 parent 5373b73 commit 47130d1
Show file tree
Hide file tree
Showing 31 changed files with 368 additions and 452 deletions.
2 changes: 1 addition & 1 deletion .deb.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: jasta
source: jasta
version: 1:0.3.3
version: 1:0.4.0
architecture:
- amd64
- arm64
Expand Down
30 changes: 12 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
.tools/
bin/
vendor/
build/
.idea/
.vscode/
coverage.txt
coverage.out
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.db
*.db-journal
*.mmdb
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/
.vscode/
.idea/

# Go workspace file
go.work
.tools/
build/
.env
Loading

0 comments on commit 47130d1

Please sign in to comment.