Commit Graph

33 Commits

Author SHA1 Message Date
Kevin Franklin Kim
f91bc6c744
feat: bump deps 2025-03-06 16:09:06 +01:00
Kevin Franklin Kim
27e3939785
feat: go 1.23.0 2025-02-18 14:05:50 +01:00
dependabot[bot]
9179bc2210
chore(deps): bump the gomod-update group across 1 directory with 3 updates
Bumps the gomod-update group with 3 updates in the / directory: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang), [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/tools](https://github.com/golang/tools).


Updates `github.com/prometheus/client_golang` from 1.19.0 to 1.19.1
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.19.0...v1.19.1)

Updates `golang.org/x/mod` from 0.17.0 to 0.20.0
- [Commits](https://github.com/golang/mod/compare/v0.17.0...v0.20.0)

Updates `golang.org/x/tools` from 0.20.0 to 0.23.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.20.0...v0.23.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-update
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-04 18:45:10 +00:00
Kevin Franklin Kim
be505c3fb8
feat: bump deps 2024-05-03 09:51:01 +02:00
Kevin Franklin Kim
609bf2fcb4
revert: strcase v0.2.0 2024-04-02 16:55:33 +02:00
Kevin Franklin Kim
e5fdd2567f
chore: update build 2024-03-19 13:52:06 +01:00
Kevin Franklin Kim
7184b4c9ef
feat: bump dependencies and go 2024-03-19 13:19:59 +01:00
franklin
666fc392a8 feat: bump dependencies 2023-03-30 14:34:02 +02:00
Kevin Franklin Kim
2ea115b1be feat: bump to go 1.19 2022-08-17 07:49:14 +02:00
Kevin Franklin Kim
7faf7e4c98 feat: add monitor 2022-05-04 11:16:04 +02:00
Kevin Franklin Kim
6950405308 feat: bump codec 2022-03-02 15:42:14 +01:00
Kevin Franklin Kim
b1eeafc427 feat: support union types 2022-03-02 15:18:09 +01:00
Kevin Franklin Kim
7473715a28 feat: print camelCase warning 2022-02-17 15:34:30 +01:00
Kevin Franklin Kim
8870837d14 feat: update dependencies 2022-02-15 12:10:34 +01:00
Kevin Franklin Kim
bba8850876 fix: resolve parser objs 2021-12-23 11:45:00 +01:00
Jan Halfar
1c15f1d150 added some test cases for nested scalars in maps and arrays 2021-09-06 15:06:37 +02:00
franklin
0163dad7db feat: update codec and change msgpack map type 2021-08-31 13:48:14 +02:00
franklin
d9eac78f5d chore: change v2 module 2021-05-05 10:44:01 +02:00
franklin
64ca51f1ef feat: ensure CamelCase on enum 2021-04-29 15:19:37 +02:00
franklin
b89a6d751c chore: increase go version 2021-02-12 14:18:56 +01:00
franklin
885756a087 fix .goreleaser and go mod tidy 2021-02-12 14:04:46 +01:00
franklin
bf15a78c21 read in go.mod to resolve versioned packages 2021-02-12 13:20:58 +01:00
Philipp Mieden
1b1aa17ef3 go mod tidy 2020-04-07 14:24:45 +02:00
Stefan Martinov
33a5bca6d7 chore: go build (update go.mod & go.sum) 2020-02-11 13:37:22 +01:00
Cyrill Schumacher
761d4f45a6
Update 2 dependencies, filter excludes _test.go files from parsing (#22)
No need to parse and add test data to the generated output, so exclude
the test files.

Update pkg/errors and go/tools
2020-02-11 13:14:54 +01:00
Jan Halfar
bb26b156ac go mod tidy 2020-02-11 11:42:18 +01:00
Stefan Martinov
efa7e6351b feat: add foomo s2s headers 2019-11-20 15:50:55 +01:00
Stefan Martinov
adae02a23f
feat: update go-modules and add objectives to summary vectors (#21)
- add instrumentation handler to allow handling stats
2019-10-25 12:32:32 +02:00
Philipp Mieden
cd9de5183e merged 2019-07-23 10:23:49 +02:00
Philipp Mieden
45d5bc4f9b go modules, no longer attempting to set promoted field in literal 2019-07-23 10:21:24 +02:00
Stefan Martinov
2a703590b9 fix: set correct target path when using gomodules 2019-07-12 14:47:34 +02:00
Stefan Martinov
fc1aa9d8da feat: fix travis build and test 2019-05-28 10:49:03 +02:00
Stefan Martinov
a466ce70f7 feat: add support of go-modules for gotsrpc 2019-05-28 10:43:38 +02:00