Skip to content

Commit

Permalink
chore: dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel committed Jun 13, 2022
1 parent 652f86e commit 29d3665
Show file tree
Hide file tree
Showing 4 changed files with 465 additions and 77 deletions.
11 changes: 7 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,19 @@ archives:
windows: Windows
386: i386
amd64: x86_64
files:
files:
- stdlib
checksum:
name_template: 'checksums.txt'
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- "^docs:"
- "^test:"
- "^chore:"

brews:
- name: lithia
Expand Down Expand Up @@ -97,6 +98,8 @@ dockers:
- resolution
- runtime
- stdlib
- testing
- world
- go.mod
- go.sum
- lithia.go
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##
## Build
##
FROM golang:1.17-bullseye AS build
FROM golang:1.18-bullseye AS build

WORKDIR /app

Expand Down
12 changes: 5 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ module github.com/vknabel/lithia
go 1.16

require (
github.com/gorilla/websocket v1.5.0 // indirect
github.com/muesli/coral v1.0.0
github.com/petermattis/goid v0.0.0-20220302125637-5f11c28912df // indirect
github.com/smacker/go-tree-sitter v0.0.0-20220314031503-79c376d254d3
github.com/tliron/glsp v0.0.0-20210824162824-d103e5701036
github.com/tliron/kutil v0.1.55
github.com/petermattis/goid v0.0.0-20220526132513-07eaf5d0b9f4 // indirect
github.com/smacker/go-tree-sitter v0.0.0-20220611151427-2c4b54ed41fe
github.com/tliron/glsp v0.1.1
github.com/tliron/kutil v0.1.60
github.com/vknabel/tree-sitter-lithia v0.2.1
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect
)
Loading

0 comments on commit 29d3665

Please sign in to comment.