File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,22 +35,22 @@ jobs:
3535 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636
3737 - name : Setup Go ${{ matrix.go }}
38- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
38+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
3939 with :
4040 go-version : ${{ matrix.go }}
4141
4242 - name : Setup Node.JS ${{ matrix.node }}
43- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
43+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
4444 with :
4545 node-version : ${{ matrix.node }}
4646
4747 - name : Initialize CodeQL
48- uses : github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
48+ uses : github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
4949 with :
5050 languages : ${{ matrix.language }}
5151
5252 - name : Autobuild
53- uses : github/codeql-action/autobuild@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
53+ uses : github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
5454
5555 - name : Perform CodeQL Analysis
56- uses : github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
56+ uses : github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
Original file line number Diff line number Diff line change 1717 - name : ' Checkout Repository'
1818 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919 - name : ' Dependency Review'
20- uses : actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
20+ uses : actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
2424 - name : Setup Go ${{ matrix.go }}
25- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
25+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
2626 with :
2727 go-version : ${{ matrix.go }}
2828
Original file line number Diff line number Diff line change 11module github.com/aperturerobotics/timestamp
22
3- go 1.25
3+ go 1.25.0
44
55require (
6- github.com/aperturerobotics/common v0.30.3 // latest
7- github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726
8- github.com/aperturerobotics/protobuf-go-lite v0.12.1 // latest
6+ github.com/aperturerobotics/common v0.33.0 // latest
7+ github.com/aperturerobotics/json-iterator-lite v1.1.0
8+ github.com/aperturerobotics/protobuf-go-lite v0.13.0 // latest
99)
1010
1111require (
Original file line number Diff line number Diff line change @@ -2,12 +2,18 @@ github.com/aperturerobotics/abseil-cpp v0.0.0-20260131110040-4bb56e2f9017 h1:3U7
22github.com/aperturerobotics/abseil-cpp v0.0.0-20260131110040-4bb56e2f9017 /go.mod h1:lNSJTKECIUFAnfeSqy01kXYTYe1BHubW7198jNX3nEw =
33github.com/aperturerobotics/common v0.30.3 h1:NlyKlCkqD45y7O5iWGOC+QNnzzXe6dtmKYG2in+nYMU =
44github.com/aperturerobotics/common v0.30.3 /go.mod h1:rdhYmixjslfBT0lEMADQHWjgRKIDxZ+8Paxv4lGZfp0 =
5+ github.com/aperturerobotics/common v0.33.0 h1:IheETbaQPmvUpkm6Z+/1jbuAQOXZF5REnRRMXTaIeVk =
6+ github.com/aperturerobotics/common v0.33.0 /go.mod h1:xabIJydWovkzjs5YZD8ru/BgFTAXekgHwV8DrTl3R2w =
57github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 h1:4B1F0DzuqPzb6WqgCjWaqDD7JU9RDsevQG5OP0DFBgs =
68github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 /go.mod h1:SvGGBv3OVxUyqO0ZxA/nvs6z3cg7NIbZ64TnbV2OISo =
9+ github.com/aperturerobotics/json-iterator-lite v1.1.0 h1:ZLLqHhHTKYlmCAP873ras2e/yVU/THtwC+ji3tXLMMg =
10+ github.com/aperturerobotics/json-iterator-lite v1.1.0 /go.mod h1:SvGGBv3OVxUyqO0ZxA/nvs6z3cg7NIbZ64TnbV2OISo =
711github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 h1:4Dy3BAHh2kgVdHAqtlwcFsgY0kAwUe2m3rfFcaGwGQg =
812github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 /go.mod h1:tMgO7y6SJo/d9ZcvrpNqIQtdYT9de+QmYaHOZ4KnhOg =
913github.com/aperturerobotics/protobuf-go-lite v0.12.1 h1:o9of87F/LFS2p5xfq32CrU99dvfqIAalTP7ZzoZK6Kg =
1014github.com/aperturerobotics/protobuf-go-lite v0.12.1 /go.mod h1:lGH3s5ArCTXKI4wJdlNpaybUtwSjfAG0vdWjxOfMcF8 =
15+ github.com/aperturerobotics/protobuf-go-lite v0.13.0 h1:jEvCJhHaJEikDY/va2AUnS0DOb/0n82aISLAqxSh4Sk =
16+ github.com/aperturerobotics/protobuf-go-lite v0.13.0 /go.mod h1:lGH3s5ArCTXKI4wJdlNpaybUtwSjfAG0vdWjxOfMcF8 =
1117github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
1218github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1319github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
Original file line number Diff line number Diff line change 4848 "singleQuote" : true
4949 },
5050 "devDependencies" : {
51- "@aptre/common" : " ^0.30.3 " ,
51+ "@aptre/common" : " ^0.33.0 " ,
5252 "@eslint/js" : " ^10.0.0" ,
5353 "@typescript-eslint/eslint-plugin" : " ^8.0.0" ,
5454 "@typescript-eslint/parser" : " ^8.0.0" ,
5858 "eslint-plugin-unused-imports" : " ^4.0.1" ,
5959 "prettier" : " ^3.3.0" ,
6060 "rimraf" : " ^6.0.0" ,
61- "typescript" : " ^5.4.5 "
61+ "typescript" : " ^6.0.0 "
6262 },
6363 "dependencies" : {
6464 "@aptre/protobuf-es-lite" : " ^1.0.1" ,
65- "starpc" : " ^0.46.2 "
65+ "starpc" : " ^0.49.0 "
6666 },
6767 "resolutions" : {
6868 "@aptre/protobuf-es-lite" : " ^1.0.1"
You can’t perform that action at this time.
0 commit comments