File tree Expand file tree Collapse file tree 7 files changed +21
-15
lines changed
Expand file tree Collapse file tree 7 files changed +21
-15
lines changed Original file line number Diff line number Diff line change 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@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
3939 with :
4040 go-version : ${{ matrix.go }}
4141
@@ -45,12 +45,12 @@ jobs:
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@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
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@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
5454
5555 - name : Perform CodeQL Analysis
56- uses : github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
56+ uses : github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
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@05fe4576374b728f0c523d6a13d64c25081e0803 # v4.8.3
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@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
2626 with :
2727 go-version : ${{ matrix.go }}
2828
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ module github.com/aperturerobotics/timestamp
33go 1.25
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.31.1 // latest
7+ github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20260223122953-12a7c334f634
8+ github.com/aperturerobotics/protobuf-go-lite v0.12.2 // 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.31.1 h1:96qvPkxaUsEUcyJBGfJAfqUS7/IOe5sWnv4kIDm0ltQ =
6+ github.com/aperturerobotics/common v0.31.1 /go.mod h1:NzI3t/yRVy00JyvOxSGVcrhkE1QUEh8Fu795g/32dJo =
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.0.1-0.20260223122953-12a7c334f634 h1:+VPAJqEQnB01ATOMzo/QYfHK7hyFeVJRmxEP3YD98Fs =
10+ github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20260223122953-12a7c334f634 /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.12.2 h1:ujwTKgpIYAVsv8VljB6PPMY5SI8i8m/NlIHAkkuxQcU =
16+ github.com/aperturerobotics/protobuf-go-lite v0.12.2 /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.31.0 " ,
5252 "@eslint/js" : " ^10.0.0" ,
5353 "@typescript-eslint/eslint-plugin" : " ^8.0.0" ,
5454 "@typescript-eslint/parser" : " ^8.0.0" ,
6262 },
6363 "dependencies" : {
6464 "@aptre/protobuf-es-lite" : " ^1.0.1" ,
65- "starpc" : " ^0.46.2 "
65+ "starpc" : " ^0.47.0 "
6666 },
6767 "resolutions" : {
6868 "@aptre/protobuf-es-lite" : " ^1.0.1"
You can’t perform that action at this time.
0 commit comments