updated dependencies and removed old HTTP headers after creating new sesssion
This commit is contained in:
		
							
								
								
									
										1
									
								
								api.go
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								api.go
									
									
									
									
									
								
							| @ -86,6 +86,7 @@ func (api *Api) initSessionNoMutexLock() error { | |||||||
|  |  | ||||||
| 	api.tmpl = ezhttp.Request( | 	api.tmpl = ezhttp.Request( | ||||||
| 		ezhttp.Template(api.tmpl), | 		ezhttp.Template(api.tmpl), | ||||||
|  | 		ezhttp.RemoveAllHeaders(), | ||||||
| 		ezhttp.Auth(api.getAuthHeader), | 		ezhttp.Auth(api.getAuthHeader), | ||||||
| 	) | 	) | ||||||
|  |  | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.mod
									
									
									
									
									
								
							| @ -4,5 +4,5 @@ go 1.23.0 | |||||||
|  |  | ||||||
| require ( | require ( | ||||||
| 	git.tordarus.net/tordarus/channel v0.1.19 | 	git.tordarus.net/tordarus/channel v0.1.19 | ||||||
| 	git.tordarus.net/tordarus/ezhttp v0.0.8 | 	git.tordarus.net/tordarus/ezhttp v0.0.9 | ||||||
| ) | ) | ||||||
|  | |||||||
							
								
								
									
										4
									
								
								go.sum
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								go.sum
									
									
									
									
									
								
							| @ -1,4 +1,4 @@ | |||||||
| git.tordarus.net/tordarus/channel v0.1.19 h1:d9xnSwFyvBh4B1/82mt0A7Gpm2nIZJTc+9ceJMIOu5Q= | git.tordarus.net/tordarus/channel v0.1.19 h1:d9xnSwFyvBh4B1/82mt0A7Gpm2nIZJTc+9ceJMIOu5Q= | ||||||
| git.tordarus.net/tordarus/channel v0.1.19/go.mod h1:8/dWFTdGO7g4AeSZ7cF6GerkGbe9c4dBVMVDBxOd9m4= | git.tordarus.net/tordarus/channel v0.1.19/go.mod h1:8/dWFTdGO7g4AeSZ7cF6GerkGbe9c4dBVMVDBxOd9m4= | ||||||
| git.tordarus.net/tordarus/ezhttp v0.0.8 h1:S+LxXTnLaoSlkeA+vYB52clHVtszXSr/TFm8nl5KHEg= | git.tordarus.net/tordarus/ezhttp v0.0.9 h1:YwdQ4YcJwvpMw5CX5NcCEM23XQL+WCz5nWuc2dzX/84= | ||||||
| git.tordarus.net/tordarus/ezhttp v0.0.8/go.mod h1:Zq9o0Hibny61GqSCwJHa0PfGjVoUFv/zt2PjiQHXvmY= | git.tordarus.net/tordarus/ezhttp v0.0.9/go.mod h1:Zq9o0Hibny61GqSCwJHa0PfGjVoUFv/zt2PjiQHXvmY= | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user